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:
@@ -34,7 +34,7 @@ ColumnLayout {
|
||||
ColumnLayout {
|
||||
id: headerColumn
|
||||
anchors.centerIn: headerItem
|
||||
width: sizeHelper.currentWidth
|
||||
width: sizeHelper.availableWidth
|
||||
spacing: Kirigami.Units.largeSpacing
|
||||
|
||||
GroupChatDrawerHeader {
|
||||
|
||||
Reference in New Issue
Block a user