reduce minimum window height

This commit is contained in:
julian 2022-11-19 15:12:08 -06:00
parent 719c7abd49
commit b333253287

View file

@ -77,7 +77,7 @@ void main() async {
if (Util.isDesktop) { if (Util.isDesktop) {
setWindowTitle('Stack Wallet'); setWindowTitle('Stack Wallet');
setWindowMinSize(const Size(1220, 1100)); setWindowMinSize(const Size(1220, 1000));
setWindowMaxSize(Size.infinite); setWindowMaxSize(Size.infinite);
} }