Remove invalid anchors
This commit is contained in:
@@ -41,13 +41,11 @@ ColumnLayout {
|
|||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
QQC2.Button {
|
QQC2.Button {
|
||||||
anchors.bottom: parent.bottom
|
|
||||||
text: i18n("They match")
|
text: i18n("They match")
|
||||||
icon.name: "dialog-ok"
|
icon.name: "dialog-ok"
|
||||||
onClicked: root.accept()
|
onClicked: root.accept()
|
||||||
}
|
}
|
||||||
QQC2.Button {
|
QQC2.Button {
|
||||||
anchors.bottom: parent.bottom
|
|
||||||
text: i18n("They don't match")
|
text: i18n("They don't match")
|
||||||
icon.name: "dialog-cancel"
|
icon.name: "dialog-cancel"
|
||||||
onClicked: root.reject()
|
onClicked: root.reject()
|
||||||
|
|||||||
Reference in New Issue
Block a user