mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-03 17:39:54 +00:00
bring back restore height field
This commit is contained in:
parent
2e3350c060
commit
1ff4e9030b
1 changed files with 1 additions and 14 deletions
|
@ -220,25 +220,12 @@ ColumnLayout {
|
||||||
onTextUpdated: checkNextButton()
|
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
|
// Restore Height
|
||||||
RowLayout {
|
RowLayout {
|
||||||
visible: restoreHeightItem.visible // Prevents empty RowLayout bug
|
|
||||||
LineEdit {
|
LineEdit {
|
||||||
id: restoreHeightItem
|
id: restoreHeightItem
|
||||||
|
Layout.fillWidth: true
|
||||||
Layout.maximumWidth: 600
|
Layout.maximumWidth: 600
|
||||||
Layout.minimumWidth: 200
|
Layout.minimumWidth: 200
|
||||||
placeholderText: qsTr("Restore height (optional)")
|
placeholderText: qsTr("Restore height (optional)")
|
||||||
|
|
Loading…
Reference in a new issue