mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Remove todos that are no longer applicable
Remove debug print statement CURA-9321
This commit is contained in:
parent
1a464051d4
commit
9dff733345
2 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue