mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-26 20:26:02 +00:00
increase min window height for desktop
This commit is contained in:
parent
cebbfcf82d
commit
f7b5462029
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ void main() async {
|
||||||
|
|
||||||
if (Util.isDesktop) {
|
if (Util.isDesktop) {
|
||||||
setWindowTitle('Stack Wallet');
|
setWindowTitle('Stack Wallet');
|
||||||
setWindowMinSize(const Size(1200, 900));
|
setWindowMinSize(const Size(1200, 1100));
|
||||||
setWindowMaxSize(Size.infinite);
|
setWindowMaxSize(Size.infinite);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue