forked from Public/monero-gui
increase wizard height
This commit is contained in:
2
main.qml
2
main.qml
@@ -935,7 +935,7 @@ ApplicationWindow {
|
|||||||
PropertyChanges { target: titleBar; basicButtonVisible: false }
|
PropertyChanges { target: titleBar; basicButtonVisible: false }
|
||||||
PropertyChanges { target: wizard; visible: true }
|
PropertyChanges { target: wizard; visible: true }
|
||||||
PropertyChanges { target: appWindow; width: 930; }
|
PropertyChanges { target: appWindow; width: 930; }
|
||||||
PropertyChanges { target: appWindow; height: 595; }
|
PropertyChanges { target: appWindow; height: 650; }
|
||||||
PropertyChanges { target: resizeArea; visible: false }
|
PropertyChanges { target: resizeArea; visible: false }
|
||||||
PropertyChanges { target: titleBar; maximizeButtonVisible: false }
|
PropertyChanges { target: titleBar; maximizeButtonVisible: false }
|
||||||
PropertyChanges { target: frameArea; blocked: true }
|
PropertyChanges { target: frameArea; blocked: true }
|
||||||
|
|||||||
Reference in New Issue
Block a user