From 8761a476a6994e18f28de191d0aebac5833f9b24 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Tue, 28 Jun 2022 16:33:35 +0200 Subject: [PATCH] Fix height binding loops CURA-8849 --- .../Recommended/RecommendedSupportSelector.qml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml b/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml index fc56c7cfd7..3e40c16d74 100644 --- a/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml +++ b/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml @@ -14,15 +14,14 @@ import Cura 1.0 as Cura Item { id: enableSupportRow - height: childrenRect.height + height: UM.Theme.getSize("print_setup_big_item").height property real labelColumnWidth: Math.round(width / 3) Item { id: enableSupportContainer - height: enableSupportCheckBox - width: childrenRect.width + width: labelColumnWidth + enableSupportCheckBox.width anchors { @@ -30,7 +29,6 @@ Item top: parent.top bottom: parent.bottom rightMargin: UM.Theme.getSize("thick_margin").width - verticalCenter: parent.verticalCenter } Cura.IconWithText