diff --git a/src/qml/Page/RoomList/Page.qml b/src/qml/Page/RoomList/Page.qml index bb7d532b2..1f803d7a6 100644 --- a/src/qml/Page/RoomList/Page.qml +++ b/src/qml/Page/RoomList/Page.qml @@ -127,6 +127,8 @@ Kirigami.Page { activeFocusOnTab: true clip: AccountRegistry.count > 1 + topMargin: Math.round(Kirigami.Units.smallSpacing / 2) + header: QQC2.ItemDelegate { width: visible ? ListView.view.width : 0 height: visible ? Kirigami.Units.gridUnit * 2 : 0