Fix the white bar in the room page's header

This commit is contained in:
Carl Schwan
2021-01-11 22:18:45 +00:00
parent 07f637c854
commit d9128ca483

View File

@@ -40,6 +40,7 @@ Kirigami.ScrollablePage {
}
header: QQC2.Control {
height: visible ? implicitHeight : 0
visible: contentItem.visible
padding: Kirigami.Units.smallSpacing
contentItem: Kirigami.InlineMessage {