From f6183a46892de0fcbb3cb49dcbd295961cf449a3 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 14 May 2025 17:51:38 -0400 Subject: [PATCH] Fix the room list header margin in Kirigami >6.14 They changed how margins behave when there's no navigation buttons in 7b02df40381b28de97fab1dd8d97182778c242df so we are actually adding more padding ontop of the existing one. (cherry picked from commit d51e68e9e26f9d3a7f658190de132b51db067c0e) Co-authored-by: Joshua Goins --- src/qml/ExploreComponent.qml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/qml/ExploreComponent.qml b/src/qml/ExploreComponent.qml index 2a93afa40..0bd192092 100644 --- a/src/qml/ExploreComponent.qml +++ b/src/qml/ExploreComponent.qml @@ -24,10 +24,6 @@ RowLayout { */ signal textChanged(string newText) - Item { - Layout.preferredWidth: Kirigami.Units.largeSpacing - } - Kirigami.Heading { Layout.fillWidth: true visible: !root.collapsed