mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 05:52:41 +00:00
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…
x
Reference in New Issue
Block a user