mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-24 19:45:55 +00:00
Set minimum window size
This commit is contained in:
parent
500c7ec82e
commit
181866ba4a
1 changed files with 2 additions and 0 deletions
2
main.qml
2
main.qml
|
@ -49,6 +49,8 @@ import "js/Windows.js" as Windows
|
||||||
ApplicationWindow {
|
ApplicationWindow {
|
||||||
id: appWindow
|
id: appWindow
|
||||||
title: "Monero" + (walletName ? " - " + walletName : "")
|
title: "Monero" + (walletName ? " - " + walletName : "")
|
||||||
|
minimumWidth: 750
|
||||||
|
minimumHeight: 450
|
||||||
|
|
||||||
property var currentItem
|
property var currentItem
|
||||||
property bool hideBalanceForced: false
|
property bool hideBalanceForced: false
|
||||||
|
|
Loading…
Reference in a new issue