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.
This commit is contained in:
Joshua Goins
2025-05-14 17:41:45 -04:00
parent 7f6e489f20
commit d51e68e9e2

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