opt: resize padding set to 5.0

This commit is contained in:
Kingtous 2023-02-27 16:53:13 +08:00
parent 6e6fc64f62
commit 920fa6dac7

View File

@ -62,7 +62,7 @@ const double kDesktopFileTransferHeaderHeight = 25.0;
EdgeInsets get kDragToResizeAreaPadding => !kUseCompatibleUiMode && Platform.isLinux EdgeInsets get kDragToResizeAreaPadding => !kUseCompatibleUiMode && Platform.isLinux
? stateGlobal.fullscreen || stateGlobal.maximize ? stateGlobal.fullscreen || stateGlobal.maximize
? EdgeInsets.zero ? EdgeInsets.zero
: EdgeInsets.all(4.0) : EdgeInsets.all(5.0)
: EdgeInsets.zero; : EdgeInsets.zero;
// https://en.wikipedia.org/wiki/Non-breaking_space // https://en.wikipedia.org/wiki/Non-breaking_space
const int $nbsp = 0x00A0; const int $nbsp = 0x00A0;