refact: mobile min cursor size, 12 (#8510)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
ab9e1013b2
commit
c1bbdaf9ae
@ -942,7 +942,7 @@ class CursorPaint extends StatelessWidget {
|
||||
return Offstage();
|
||||
}
|
||||
|
||||
final minSize = 24.0;
|
||||
final minSize = 12.0;
|
||||
double mins =
|
||||
minSize / (image.width > image.height ? image.width : image.height);
|
||||
double factor = 1.0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user