mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
refact: mobile min cursor size, 12 (#8510)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
ab9e1013b2
commit
c1bbdaf9ae
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue