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

@@ -55,9 +55,6 @@ Rectangle {
// solo
ColumnLayout {
id: soloBox
anchors.left: parent.left
anchors.right: parent.right
anchors.top: parent.top
spacing: 20 * scaleRatio
Label {
@@ -114,8 +111,7 @@ Rectangle {
}
StandardButton {
anchors.left: parent.left
anchors.topMargin: 17 * scaleRatio
Layout.topMargin: 17 * scaleRatio
width: 60 * scaleRatio
small: true
text: qsTr("Generate") + translationManager.emptyString
@@ -204,8 +200,7 @@ Rectangle {
}
StandardButton {
anchors.left: parent.left
anchors.topMargin: 17 * scaleRatio
Layout.topMargin: 17 * scaleRatio
width: 60
small: true
text: qsTr("Check") + translationManager.emptyString