From 9dff733345170d81d9bfad6af0db2b893492c818 Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Thu, 16 Jun 2022 15:32:33 +0200 Subject: Remove todos that are no longer applicable Remove debug print statement CURA-9321 --- resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml | 3 --- 1 file changed, 3 deletions(-) (limited to 'resources/qml') diff --git a/resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml b/resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml index d4fd28cdd5..086e27d41b 100644 --- a/resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml +++ b/resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml @@ -86,7 +86,6 @@ Item RecommendedInfillDensitySelector { width: parent.width - // TODO Create a reusable component with these properties to not define them separately for each component labelColumnWidth: parent.firstColumnWidth Layout.fillWidth: true Layout.rightMargin: UM.Theme.getSize("default_margin").width @@ -95,7 +94,6 @@ Item RecommendedSupportSelector { width: parent.width - // TODO Create a reusable component with these properties to not define them separately for each component labelColumnWidth: parent.firstColumnWidth Layout.fillWidth: true } @@ -103,7 +101,6 @@ Item RecommendedAdhesionSelector { width: parent.width - // TODO Create a reusable component with these properties to not define them separately for each component labelColumnWidth: parent.firstColumnWidth Layout.fillWidth: true } -- cgit v1.2.3