From 0514c62b3ebaeab0244126b267dfe1b727970601 Mon Sep 17 00:00:00 2001 From: Joey de l'Arago Date: Wed, 30 Nov 2022 14:51:45 +0100 Subject: [PATCH] Remove bad height assignment to dynamic layout CURA-9793 --- .../Recommended/RecommendedSettingSection.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/PrintSetupSelector/Recommended/RecommendedSettingSection.qml b/resources/qml/PrintSetupSelector/Recommended/RecommendedSettingSection.qml index 81cba57d0e..e270a31203 100644 --- a/resources/qml/PrintSetupSelector/Recommended/RecommendedSettingSection.qml +++ b/resources/qml/PrintSetupSelector/Recommended/RecommendedSettingSection.qml @@ -77,7 +77,7 @@ Item { id: settingColumn width: parent.width - height: childrenRect.height + spacing: 0 anchors.left: parent.left anchors.right: parent.right anchors.top: sectionHeader.bottom