Fix gaps at the top and bottom of SpaceHomePage witht he wrong background colour.

Note: the bottom gap only happened after a room was loaded for the first time
This commit is contained in:
James Graham
2024-04-07 12:59:33 +01:00
parent 163b02f023
commit 72b90bdf5c
2 changed files with 1 additions and 1 deletions

View File

@@ -174,6 +174,7 @@ Kirigami.Page {
footer: Loader {
id: chatBarLoader
height: active ? item.implicitHeight : 0
active: timelineViewLoader.active && !root.currentRoom.readOnly
sourceComponent: ChatBar {
id: chatBar

View File

@@ -22,7 +22,6 @@ ColumnLayout {
QQC2.Control {
id: headerItem
Layout.fillWidth: true
Layout.topMargin: Kirigami.Units.smallSpacing
implicitHeight: headerColumn.implicitHeight
background: Rectangle {