diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2017-03-03 19:44:04 +0100 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2017-03-03 19:45:18 +0100 |
| commit | 1ff4e9030b8cee55a6ee06ee1966614676ccf547 (patch) | |
| tree | 5e7d05b3d313cde41749aec8665a4be636a3666c /wizard | |
| parent | 2e3350c060a810fa48e5396ee22d3c35851d020a (diff) | |
| download | monzero-gui-1ff4e9030b8cee55a6ee06ee1966614676ccf547.tar.gz monzero-gui-1ff4e9030b8cee55a6ee06ee1966614676ccf547.tar.xz monzero-gui-1ff4e9030b8cee55a6ee06ee1966614676ccf547.zip | |
bring back restore height field
Diffstat (limited to 'wizard')
| -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)") |
