diff options
| author | selsta <selsta@sent.at> | 2019-07-24 05:07:54 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-07-24 05:07:54 +0200 |
| commit | 8abf8f844fed1fdc396effe3c029752e64fa4747 (patch) | |
| tree | 92cdf713573de32fec05d5aad13592d61787dd5c /wizard/WizardCreateDevice1.qml | |
| parent | 0461a2870106928cc40db2d6f39514898c68a292 (diff) | |
| download | monzero-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/WizardCreateDevice1.qml')
| -rw-r--r-- | wizard/WizardCreateDevice1.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wizard/WizardCreateDevice1.qml b/wizard/WizardCreateDevice1.qml index 21fc5a9a..270ae298 100644 --- a/wizard/WizardCreateDevice1.qml +++ b/wizard/WizardCreateDevice1.qml @@ -41,6 +41,7 @@ Rectangle { id: wizardCreateDevice1 color: "transparent" + property alias pageHeight: pageRoot.height property string viewName: "wizardCreateDevice1" property var deviceName: deviceNameModel.get(deviceNameDropdown.currentIndex).column2 @@ -58,6 +59,7 @@ Rectangle { } ColumnLayout { + id: pageRoot Layout.alignment: Qt.AlignHCenter; width: parent.width - 100 Layout.fillWidth: true |
