Skip to content

Commit a1a5f4f

Browse files
committed
wip: update minWindowHeight
1 parent 0ae911c commit a1a5f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/consts.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ final kColorLightDanger = Colors.red.withOpacity(0.9);
3535
const kColorDarkDanger = Color(0xffcf6679);
3636

3737
const kWindowTitle = "API Dash";
38-
const kMinWindowSize = Size(320, 640);
38+
const kMinWindowSize = Size(320, 600);
3939
const kMinInitialWindowWidth = 1200.0;
4040
const kMinInitialWindowHeight = 800.0;
4141
const kMinRequestEditorDetailsCardPaneSize = 300.0;

0 commit comments

Comments
 (0)