Skip to content

Commit 24e0650

Browse files
committed
fix(sizes): Fixed the minimum window size.
1 parent 97bc787 commit 24e0650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import 'package:flutter/material.dart';
22

33
abstract class Constants {
4-
static const Size minimumWindowSize = Size(855, 200);
4+
static const Size minimumWindowSize = Size(855, 378);
55

66
static const Color titleBarColor = Color.fromARGB(255, 196, 196, 196);
77
static const Color buttonBackgroundColor = Color.fromARGB(255, 227, 227, 227);

0 commit comments

Comments
 (0)