From ca19e2166132b186d41bd0bafb7cb388a93f8f8a Mon Sep 17 00:00:00 2001 From: Marco Allegretti Date: Fri, 13 Feb 2026 12:52:39 +0100 Subject: [PATCH] qml: avoid StackView footer anchor conflicts --- src/qml/Main.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/qml/Main.qml b/src/qml/Main.qml index 245798c..d7c8c3c 100644 --- a/src/qml/Main.qml +++ b/src/qml/Main.qml @@ -328,8 +328,6 @@ Kirigami.ApplicationWindow { footer: Item { implicitWidth: root.width - anchors.left: parent ? parent.left : undefined - anchors.right: parent ? parent.right : undefined implicitHeight: footerBar.implicitHeight height: implicitHeight