From f6b3f3ac807567936427c6206f7bcf4f34736435 Mon Sep 17 00:00:00 2001 From: James Graham Date: Mon, 5 May 2025 13:08:32 +0100 Subject: [PATCH] Fix the width of the space header. Fix the width of the space header, the name of currentWidth has changed to available width. --- src/spaces/SpaceHomePage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spaces/SpaceHomePage.qml b/src/spaces/SpaceHomePage.qml index 8fed26002..1155307d3 100644 --- a/src/spaces/SpaceHomePage.qml +++ b/src/spaces/SpaceHomePage.qml @@ -34,7 +34,7 @@ ColumnLayout { ColumnLayout { id: headerColumn anchors.centerIn: headerItem - width: sizeHelper.currentWidth + width: sizeHelper.availableWidth spacing: Kirigami.Units.largeSpacing GroupChatDrawerHeader {