fix(StatusStackView): Use availableWidth for content
This commit is contained in:
parent
4646ccaa1f
commit
eccf3ba811
|
@ -90,7 +90,7 @@ StatusModal {
|
|||
anchors.top: subHeaderLoader.bottom
|
||||
anchors.topMargin: subHeaderLoader.item && subHeaderLoader.item.visible ? root.subHeaderPadding : 0
|
||||
anchors.bottom: parent.bottom
|
||||
width: parent.width
|
||||
width: root.availableWidth
|
||||
visible: !replaceItem
|
||||
clip: true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue