increase min window height for desktop

This commit is contained in:
julian 2022-11-15 17:55:34 -06:00
parent cebbfcf82d
commit f7b5462029

View file

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