opt: use custom scroll feature

This commit is contained in:
Kingtous
2022-09-19 19:18:05 +08:00
parent e0d759c3bb
commit e1ab01a97f
3 changed files with 3 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ const int kDesktopDefaultDisplayWidth = 1080;
const int kDesktopDefaultDisplayHeight = 720;
/// [kDefaultScrollAmountMultiplier] indicates how many rows can be scrolled after a minimum scroll action of mouse
const kDefaultScrollAmountMultiplier = 3.0;
const kDefaultScrollAmountMultiplier = 10.0;
const kFullScreenEdgeSize = 1.0;
const kWindowEdgeSize = 4.0;