aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateWallet4.qml
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/WizardCreateWallet4.qml')
-rw-r--r--wizard/WizardCreateWallet4.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/wizard/WizardCreateWallet4.qml b/wizard/WizardCreateWallet4.qml
index 785ec8c4..e24dc0c3 100644
--- a/wizard/WizardCreateWallet4.qml
+++ b/wizard/WizardCreateWallet4.qml
@@ -37,9 +37,11 @@ Rectangle {
id: wizardCreateWallet4
color: "transparent"
+ property alias pageHeight: pageRoot.height
property string viewName: "wizardCreateWallet4"
ColumnLayout {
+ id: pageRoot
Layout.alignment: Qt.AlignHCenter;
width: parent.width - 100
Layout.fillWidth: true