Fix some alignment related warnings.

This commit is contained in:
Filippo Scognamiglio
2018-10-28 01:08:21 +02:00
parent 162f59d220
commit 2ea119fb31
6 changed files with 13 additions and 24 deletions

View File

@@ -65,8 +65,7 @@ Window{
}
}
RowLayout{
anchors.right: parent.right
anchors.bottom: parent.bottom
Layout.alignment: Qt.AlignBottom | Qt.AlignRight
Button{
id: okbutton
text: qsTr("OK")