From a62e5cc223e6f861ece15ec316e233fdc4ead6f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= Date: Fri, 10 Feb 2023 11:33:30 +0100 Subject: [PATCH] fix: profile preview doesn't show entire profile rectifies one of the StatusScrollView behavior changes done recently Fixes #9519 --- ui/imports/shared/views/ProfileDialogView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/imports/shared/views/ProfileDialogView.qml b/ui/imports/shared/views/ProfileDialogView.qml index 769f3dad6b..4b6f88af4f 100644 --- a/ui/imports/shared/views/ProfileDialogView.qml +++ b/ui/imports/shared/views/ProfileDialogView.qml @@ -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