We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97bc787 commit 24e0650Copy full SHA for 24e0650
lib/constants.dart
@@ -1,7 +1,7 @@
1
import 'package:flutter/material.dart';
2
3
abstract class Constants {
4
- static const Size minimumWindowSize = Size(855, 200);
+ static const Size minimumWindowSize = Size(855, 378);
5
6
static const Color titleBarColor = Color.fromARGB(255, 196, 196, 196);
7
static const Color buttonBackgroundColor = Color.fromARGB(255, 227, 227, 227);
0 commit comments