aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateWallet2.qml
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2019-07-24 05:07:54 +0200
committerselsta <selsta@sent.at>2019-07-24 05:07:54 +0200
commit8abf8f844fed1fdc396effe3c029752e64fa4747 (patch)
tree92cdf713573de32fec05d5aad13592d61787dd5c /wizard/WizardCreateWallet2.qml
parent0461a2870106928cc40db2d6f39514898c68a292 (diff)
downloadmonzero-gui-8abf8f844fed1fdc396effe3c029752e64fa4747.tar.gz
monzero-gui-8abf8f844fed1fdc396effe3c029752e64fa4747.tar.xz
monzero-gui-8abf8f844fed1fdc396effe3c029752e64fa4747.zip
wizard: bug fixes
- property binding loop - wrong transition - html in plaintext
Diffstat (limited to 'wizard/WizardCreateWallet2.qml')
-rw-r--r--wizard/WizardCreateWallet2.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/wizard/WizardCreateWallet2.qml b/wizard/WizardCreateWallet2.qml
index e921dc04..7c698ee9 100644
--- a/wizard/WizardCreateWallet2.qml
+++ b/wizard/WizardCreateWallet2.qml
@@ -36,9 +36,11 @@ Rectangle {
id: wizardCreateWallet2
color: "transparent"
+ property alias pageHeight: pageRoot.height
property string viewName: "wizardCreateWallet2"
ColumnLayout {
+ id: pageRoot
Layout.alignment: Qt.AlignHCenter;
width: parent.width - 100
Layout.fillWidth: true