Merge pull request #532

1ff4e90 bring back restore height field (Jaquee)
This commit is contained in:
Riccardo Spagni 2017-03-07 11:01:08 +00:00
commit fed4dd4654
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -221,24 +221,11 @@ ColumnLayout {
}
}
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)")