mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-02 19:16:27 +00:00
commit
30cfe1041a
1 changed files with 1 additions and 1 deletions
2
main.qml
2
main.qml
|
@ -942,7 +942,7 @@ ApplicationWindow {
|
|||
PropertyChanges { target: titleBar; basicButtonVisible: false }
|
||||
PropertyChanges { target: wizard; visible: true }
|
||||
PropertyChanges { target: appWindow; width: 930; }
|
||||
PropertyChanges { target: appWindow; height: 595; }
|
||||
PropertyChanges { target: appWindow; height: 650; }
|
||||
PropertyChanges { target: resizeArea; visible: false }
|
||||
PropertyChanges { target: titleBar; maximizeButtonVisible: false }
|
||||
PropertyChanges { target: frameArea; blocked: true }
|
||||
|
|
Loading…
Reference in a new issue