fix various QML warnings

This commit is contained in:
xiphon
2018-12-17 09:10:11 +00:00
parent 59fc48bd8b
commit 515bb16418
9 changed files with 18 additions and 40 deletions

View File

@@ -149,7 +149,6 @@ ColumnLayout {
id: input
readOnly: false
addressValidation: false
anchors.top: item.showingHeader ? inputLabelRect.bottom : item.top
Layout.fillWidth: true
topPadding: item.showingHeader ? 10 * scaleRatio : 0
bottomPadding: 10 * scaleRatio