mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 12:30:10 +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 {
|
||||
id: appWindow
|
||||
title: "Monero" + (walletName ? " - " + walletName : "")
|
||||
minimumWidth: 750
|
||||
minimumHeight: 450
|
||||
|
||||
property var currentItem
|
||||
property bool hideBalanceForced: false
|
||||
|
|
Loading…
Reference in a new issue