From 322926e31c37978e4b237be5167fda0f5b7ea22f Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Fri, 6 Feb 2026 13:49:44 +0100 Subject: [PATCH] Remove invalid anchors --- src/app/qml/EmojiSas.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/qml/EmojiSas.qml b/src/app/qml/EmojiSas.qml index 16270c0a1..3f2dc498d 100644 --- a/src/app/qml/EmojiSas.qml +++ b/src/app/qml/EmojiSas.qml @@ -41,13 +41,11 @@ ColumnLayout { Layout.fillWidth: true Layout.alignment: Qt.AlignHCenter QQC2.Button { - anchors.bottom: parent.bottom text: i18n("They match") icon.name: "dialog-ok" onClicked: root.accept() } QQC2.Button { - anchors.bottom: parent.bottom text: i18n("They don't match") icon.name: "dialog-cancel" onClicked: root.reject()