fix, set scrollbar thickness to 12

Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
dignow
2023-09-13 21:02:21 +08:00
parent c53c7b1aaa
commit 88e1245d10
3 changed files with 14 additions and 3 deletions

View File

@@ -13,6 +13,8 @@ const String kPeerPlatformLinux = "Linux";
const String kPeerPlatformMacOS = "Mac OS";
const String kPeerPlatformAndroid = "Android";
const double kScrollbarThickness = 12.0;
/// [kAppTypeMain] used by 'Desktop Main Page' , 'Mobile (Client and Server)', "Install Page"
const String kAppTypeMain = "main";