From 14a358ed58c9d1ce2918ef0a4f5d22f1cf92f5fe Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Mon, 11 Oct 2021 18:35:13 +0200 Subject: [PATCH] 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. --- imports/NeoChat/Page/RoomListPage.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/imports/NeoChat/Page/RoomListPage.qml b/imports/NeoChat/Page/RoomListPage.qml index 20b78a017..28f3a26d4 100644 --- a/imports/NeoChat/Page/RoomListPage.qml +++ b/imports/NeoChat/Page/RoomListPage.qml @@ -109,6 +109,7 @@ Kirigami.ScrollablePage { id: listView activeFocusOnTab: true + clip: accountList.count > 1 Kirigami.PlaceholderMessage { anchors.centerIn: parent