Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.delarago <joeydelarago@gmail.com>2022-06-16 16:32:33 +0300
committerj.delarago <joeydelarago@gmail.com>2022-06-16 16:32:33 +0300
commit9dff733345170d81d9bfad6af0db2b893492c818 (patch)
tree659b0d500a1234288869deb2972aacbb47c289f5 /resources/qml
parent1a464051d45367e80f845b30d21ad51ba12fe112 (diff)
Remove todos that are no longer applicable
Remove debug print statement CURA-9321
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml3
1 files changed, 0 insertions, 3 deletions
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
}