mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
reduce minimum window height
This commit is contained in:
parent
719c7abd49
commit
b333253287
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue