opt: address book action more desktop style

This commit is contained in:
csf
2022-10-08 19:28:20 +09:00
parent 6a92212216
commit 14d390e23f
4 changed files with 90 additions and 68 deletions

View File

@@ -32,6 +32,7 @@ const kDefaultMouseWheelThrottleDuration = Duration(milliseconds: 50);
const kFullScreenEdgeSize = 0.0;
var kWindowEdgeSize = Platform.isWindows ? 1.0 : 5.0;
const kWindowBorderWidth = 1.0;
const kDesktopMenuPadding = EdgeInsets.only(left: 12.0, right: 3.0);
const kInvalidValueStr = "InvalidValueStr";