Always clip roomlist
The current behavior is a leftover from some previous component
This commit is contained in:
@@ -125,7 +125,7 @@ Kirigami.Page {
|
|||||||
id: listView
|
id: listView
|
||||||
|
|
||||||
activeFocusOnTab: true
|
activeFocusOnTab: true
|
||||||
clip: AccountRegistry.count > 1
|
clip: true
|
||||||
|
|
||||||
topMargin: Math.round(Kirigami.Units.smallSpacing / 2)
|
topMargin: Math.round(Kirigami.Units.smallSpacing / 2)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user