fix: profile preview doesn't show entire profile
rectifies one of the StatusScrollView behavior changes done recently Fixes #9519
This commit is contained in:
parent
a5194e094f
commit
a62e5cc223
|
@ -547,7 +547,7 @@ Pane {
|
|||
StatusScrollView {
|
||||
id: scrollView
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
Layout.preferredHeight: contentHeight + topPadding + bottomPadding
|
||||
Layout.leftMargin: -column.anchors.leftMargin
|
||||
Layout.rightMargin: -column.anchors.rightMargin
|
||||
Layout.topMargin: -column.spacing
|
||||
|
|
Loading…
Reference in New Issue