1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-01 08:11:54 +01:00

increase wizard height

This commit is contained in:
Jaquee 2017-03-03 12:07:25 +01:00
parent e826f7c1ec
commit 578cafb059

View File

@ -935,7 +935,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 }