wizard: bug fixes

- property binding loop
- wrong transition
- html in plaintext
This commit is contained in:
selsta
2019-07-24 05:07:54 +02:00
parent 0461a28701
commit 8abf8f844f
16 changed files with 49 additions and 19 deletions

View File

@@ -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