a10487c840
Signed-off-by: 21pages <pages21@163.com>
11 lines
422 B
Dart
11 lines
422 B
Dart
const double kDesktopRemoteTabBarHeight = 28.0;
|
|
const String kAppTypeMain = "main";
|
|
const String kAppTypeDesktopRemote = "remote";
|
|
const String kAppTypeDesktopFileTransfer = "file transfer";
|
|
const String kAppTypeConnectionManager = "connection manager";
|
|
const String kTabLabelHomePage = "Home";
|
|
const String kTabLabelSettingPage = "Settings";
|
|
|
|
const int kDefaultDisplayWidth = 1280;
|
|
const int kDefaultDisplayHeight = 720;
|