From 1ff4e9030b8cee55a6ee06ee1966614676ccf547 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Fri, 3 Mar 2017 19:44:04 +0100 Subject: [PATCH] bring back restore height field --- wizard/WizardManageWalletUI.qml | 15 +-------------- 1 file changed, 1 insertion(+), 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)")