fix: profile preview doesn't show entire profile

rectifies one of the StatusScrollView behavior changes done recently

Fixes #9519
This commit is contained in:
Lukáš Tinkl 2023-02-10 11:33:30 +01:00 committed by Alexandra Betouni
parent a5194e094f
commit a62e5cc223
1 changed files with 1 additions and 1 deletions

View File

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