From d9128ca483db2427df75c1f535de6b90dce120d8 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Mon, 11 Jan 2021 22:18:45 +0000 Subject: [PATCH] Fix the white bar in the room page's header --- imports/NeoChat/Page/RoomPage.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/imports/NeoChat/Page/RoomPage.qml b/imports/NeoChat/Page/RoomPage.qml index 32fe7659d..b8a34d310 100644 --- a/imports/NeoChat/Page/RoomPage.qml +++ b/imports/NeoChat/Page/RoomPage.qml @@ -40,6 +40,7 @@ Kirigami.ScrollablePage { } header: QQC2.Control { + height: visible ? implicitHeight : 0 visible: contentItem.visible padding: Kirigami.Units.smallSpacing contentItem: Kirigami.InlineMessage {