mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-17 20:31:27 +03:00
opt: add resize area into the compatible ui mode
This commit is contained in:
@@ -59,7 +59,7 @@ const double kDesktopFileTransferMaximumWidth = 300;
|
||||
const double kDesktopFileTransferRowHeight = 30.0;
|
||||
const double kDesktopFileTransferHeaderHeight = 25.0;
|
||||
|
||||
EdgeInsets get kDragToResizeAreaPadding => Platform.isLinux
|
||||
EdgeInsets get kDragToResizeAreaPadding => !kUseCompatibleUiMode && Platform.isLinux
|
||||
? stateGlobal.fullscreen || stateGlobal.maximize
|
||||
? EdgeInsets.zero
|
||||
: EdgeInsets.all(4.0)
|
||||
|
||||
Reference in New Issue
Block a user