opt: resize padding set to 5.0
This commit is contained in:
parent
6e6fc64f62
commit
920fa6dac7
@ -62,7 +62,7 @@ const double kDesktopFileTransferHeaderHeight = 25.0;
|
||||
EdgeInsets get kDragToResizeAreaPadding => !kUseCompatibleUiMode && Platform.isLinux
|
||||
? stateGlobal.fullscreen || stateGlobal.maximize
|
||||
? EdgeInsets.zero
|
||||
: EdgeInsets.all(4.0)
|
||||
: EdgeInsets.all(5.0)
|
||||
: EdgeInsets.zero;
|
||||
// https://en.wikipedia.org/wiki/Non-breaking_space
|
||||
const int $nbsp = 0x00A0;
|
||||
|
Loading…
Reference in New Issue
Block a user