We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae911c commit a1a5f4fCopy full SHA for a1a5f4f
lib/consts.dart
@@ -35,7 +35,7 @@ final kColorLightDanger = Colors.red.withOpacity(0.9);
35
const kColorDarkDanger = Color(0xffcf6679);
36
37
const kWindowTitle = "API Dash";
38
-const kMinWindowSize = Size(320, 640);
+const kMinWindowSize = Size(320, 600);
39
const kMinInitialWindowWidth = 1200.0;
40
const kMinInitialWindowHeight = 800.0;
41
const kMinRequestEditorDetailsCardPaneSize = 300.0;
0 commit comments