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 d51e68e9e2)

Co-authored-by: Joshua Goins <josh@redstrate.com>
This commit is contained in:
Joshua Goins
2025-05-14 17:51:38 -04:00
parent 2a2d469d7d
commit f6183a4689

View File

@@ -24,10 +24,6 @@ RowLayout {
*/
signal textChanged(string newText)
Item {
Layout.preferredWidth: Kirigami.Units.largeSpacing
}
Kirigami.Heading {
Layout.fillWidth: true
visible: !root.collapsed