From f2215f10e221e1fe18c73be364cfb92432c70e7a Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Tue, 22 Jun 2021 10:14:35 +0200 Subject: [PATCH] Fix bug with room list header --- 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 a0305d8bc..4b651efbf 100644 --- a/imports/NeoChat/Page/RoomListPage.qml +++ b/imports/NeoChat/Page/RoomListPage.qml @@ -142,6 +142,7 @@ Kirigami.ScrollablePage { section.property: sortFilterRoomListModel.filterText.length === 0 && !Config.mergeRoomList ? "category" : null section.delegate: Kirigami.ListSectionHeader { id: sectionHeader + height: implicitHeight action: Kirigami.Action { onTriggered: roomListModel.setCategoryVisible(section, !roomListModel.categoryVisible(section)) }