fix(StatusStackView): Use availableWidth for content

This commit is contained in:
MishkaRogachev 2022-07-28 16:11:27 +03:00 committed by Mikhail Rogachev
parent 5c24767310
commit d08339a7b0
1 changed files with 1 additions and 1 deletions

View File

@ -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
}