Fix cliping problems in room list when using multiple accounts

Before the rooms from the room list would go above the account selector,
making it not possible to switch accounts and creating weird visual
artifacts.
This commit is contained in:
Carl Schwan
2021-10-11 18:35:13 +02:00
parent 1e78c6caa4
commit 14a358ed58

View File

@@ -109,6 +109,7 @@ Kirigami.ScrollablePage {
id: listView
activeFocusOnTab: true
clip: accountList.count > 1
Kirigami.PlaceholderMessage {
anchors.centerIn: parent