Update min window size
This commit is contained in:
parent
04be1daf42
commit
d2062cd2a4
@ -160,7 +160,7 @@ class _Sizes {
|
||||
double get maxContentWidth1 => 800;
|
||||
double get maxContentWidth2 => 600;
|
||||
double get maxContentWidth3 => 500;
|
||||
final Size minAppSize = Size(380, 250);
|
||||
final Size minAppSize = Size(380, 650);
|
||||
}
|
||||
|
||||
@immutable
|
||||
|
Loading…
x
Reference in New Issue
Block a user