From 9b3a3dc562cc43b1ca8d7b992533a9635a5a40c4 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sat, 2 Dec 2023 22:43:22 +0100 Subject: [PATCH] Always clip roomlist The current behavior is a leftover from some previous component --- src/qml/RoomListPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/RoomListPage.qml b/src/qml/RoomListPage.qml index fd00e0dfe..15b181de9 100644 --- a/src/qml/RoomListPage.qml +++ b/src/qml/RoomListPage.qml @@ -125,7 +125,7 @@ Kirigami.Page { id: listView activeFocusOnTab: true - clip: AccountRegistry.count > 1 + clip: true topMargin: Math.round(Kirigami.Units.smallSpacing / 2)