Always clip roomlist

The current behavior is a leftover from some previous component
This commit is contained in:
Tobias Fella
2023-12-02 22:43:22 +01:00
parent c2641a5fc2
commit 9b3a3dc562

View File

@@ -125,7 +125,7 @@ Kirigami.Page {
id: listView
activeFocusOnTab: true
clip: AccountRegistry.count > 1
clip: true
topMargin: Math.round(Kirigami.Units.smallSpacing / 2)