fix(@desktop/general): broken `StatusModal` popups fixed
This commit is contained in:
parent
c2c9ede0f3
commit
35edc2acfd
|
@ -49,6 +49,8 @@ Flickable {
|
|||
rightMargin: rightPadding
|
||||
contentWidth: contentItem.childrenRect.width
|
||||
contentHeight: contentItem.childrenRect.height
|
||||
implicitWidth: contentWidth + leftPadding + rightPadding
|
||||
implicitHeight: contentHeight + topPadding + bottomPadding
|
||||
boundsBehavior: Flickable.StopAtBounds
|
||||
maximumFlickVelocity: 2000
|
||||
synchronousDrag: true
|
||||
|
|
Loading…
Reference in New Issue