aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2017-03-03 19:44:04 +0100
committerJaquee <jaquee.monero@gmail.com>2017-03-03 19:45:18 +0100
commit1ff4e9030b8cee55a6ee06ee1966614676ccf547 (patch)
tree5e7d05b3d313cde41749aec8665a4be636a3666c
parent2e3350c060a810fa48e5396ee22d3c35851d020a (diff)
downloadmonzero-gui-1ff4e9030b8cee55a6ee06ee1966614676ccf547.tar.gz
monzero-gui-1ff4e9030b8cee55a6ee06ee1966614676ccf547.tar.xz
monzero-gui-1ff4e9030b8cee55a6ee06ee1966614676ccf547.zip
bring back restore height field
-rw-r--r--wizard/WizardManageWalletUI.qml15
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)")