opt: change minimum cursor size to 12

This commit is contained in:
Kingtous
2022-11-10 12:29:50 +08:00
parent e81ad83e85
commit 31e2ac93d4
2 changed files with 5 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ const double kEmptyMarginTop = 50;
const double kDesktopIconButtonSplashRadius = 20;
/// [kMinCursorSize] indicates min cursor (w, h)
const int kMinCursorSize = 24;
const int kMinCursorSize = 12;
/// [kDefaultScrollAmountMultiplier] indicates how many rows can be scrolled after a minimum scroll action of mouse
const kDefaultScrollAmountMultiplier = 5.0;