mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 23:07:25 -04:00
wizard: bug fixes
- property binding loop - wrong transition - html in plaintext
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user