diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-03-07 11:01:08 +0000 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-03-07 11:01:08 +0000 |
| commit | fed4dd46543355f897c006352e66ec1c86c1b385 (patch) | |
| tree | b442ba5c46d97041d57b041fffafdd997e1f6caf | |
| parent | 0f3f6d215cc7a73af8bc932d3312ec89e77bd09d (diff) | |
| parent | 1ff4e9030b8cee55a6ee06ee1966614676ccf547 (diff) | |
| download | monzero-gui-fed4dd46543355f897c006352e66ec1c86c1b385.tar.gz monzero-gui-fed4dd46543355f897c006352e66ec1c86c1b385.tar.xz monzero-gui-fed4dd46543355f897c006352e66ec1c86c1b385.zip | |
Merge pull request #532
1ff4e90 bring back restore height field (Jaquee)
| -rw-r--r-- | wizard/WizardManageWalletUI.qml | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/wizard/WizardManageWalletUI.qml b/wizard/WizardManageWalletUI.qml index 7b97b687..b8946c3a 100644 --- a/wizard/WizardManageWalletUI.qml +++ b/wizard/WizardManageWalletUI.qml @@ -220,25 +220,12 @@ ColumnLayout { onTextUpdated: checkNextButton() } } - - RowLayout { - Text { - visible: false - Layout.fillWidth: true - id: frameHeader - font.family: "Arial" - font.pixelSize: 24 - font.bold: true - wrapMode: Text.Wrap - color: "#4A4646" - } - } // Restore Height RowLayout { - visible: restoreHeightItem.visible // Prevents empty RowLayout bug LineEdit { id: restoreHeightItem + Layout.fillWidth: true Layout.maximumWidth: 600 Layout.minimumWidth: 200 placeholderText: qsTr("Restore height (optional)") |
