mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
commit
23e3d82441
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