QML: warning fixes

This commit is contained in:
selsta
2019-07-23 21:24:41 +02:00
parent 0461a28701
commit 1e64ebe17a
3 changed files with 43 additions and 38 deletions

View File

@@ -251,7 +251,7 @@ Rectangle {
onClicked: {
loadPage("Settings")
}
anchors.horizontalCenter: parent.horizontalCenter
Layout.alignment: Qt.AlignCenter
width: 135
}
}