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