Fix the width of the space header.

Fix the width of the space header, the name of currentWidth has changed to available width.
This commit is contained in:
James Graham
2025-05-05 13:08:32 +01:00
parent db0c423763
commit f6b3f3ac80

View File

@@ -34,7 +34,7 @@ ColumnLayout {
ColumnLayout {
id: headerColumn
anchors.centerIn: headerItem
width: sizeHelper.currentWidth
width: sizeHelper.availableWidth
spacing: Kirigami.Units.largeSpacing
GroupChatDrawerHeader {