mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 02:57:22 +00:00
larger chat and moved to left
This commit is contained in:
@@ -76,8 +76,8 @@ extension StringExtension on String {
|
||||
String get nonBreaking => replaceAll(' ', String.fromCharCode($nbsp));
|
||||
}
|
||||
|
||||
const Size kConnectionManagerWindowSizeClosedChat = Size(300, 500);
|
||||
const Size kConnectionManagerWindowSizeOpenChat = Size(600, 500);
|
||||
const Size kConnectionManagerWindowSizeClosedChat = Size(300, 450);
|
||||
const Size kConnectionManagerWindowSizeOpenChat = Size(700, 450);
|
||||
// Tabbar transition duration, now we remove the duration
|
||||
const Duration kTabTransitionDuration = Duration.zero;
|
||||
const double kEmptyMarginTop = 50;
|
||||
|
||||
Reference in New Issue
Block a user