We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adec224 commit 9c1b9f7Copy full SHA for 9c1b9f7
1 file changed
lib/main.dart
@@ -7,7 +7,7 @@ void main() {
7
WidgetsFlutterBinding.ensureInitialized();
8
if (Platform.isWindows || Platform.isLinux || Platform.isMacOS) {
9
setWindowTitle('Quick - Down - Shifter APP');
10
- // setWindowMinSize(const Size(1050, 400));
+ setWindowMinSize(const Size(1050, 400));
11
// setWindowMaxSize(const Size(1200, 730));
12
}
13
0 commit comments