mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Remove the component IconLabel since we have a similar one in IconWithText
Contributes to CURA-5941.
This commit is contained in:
parent
8f0d8c7d25
commit
898fd25ddb
6 changed files with 7 additions and 59 deletions
|
@ -44,7 +44,7 @@ Column
|
|||
rightMargin: UM.Theme.getSize("thin_margin").height
|
||||
}
|
||||
|
||||
Cura.IconLabel
|
||||
Cura.IconWithText
|
||||
{
|
||||
id: estimatedTime
|
||||
width: parent.width
|
||||
|
@ -54,7 +54,7 @@ Column
|
|||
font: UM.Theme.getFont("default_bold")
|
||||
}
|
||||
|
||||
Cura.IconLabel
|
||||
Cura.IconWithText
|
||||
{
|
||||
id: estimatedCosts
|
||||
width: parent.width
|
||||
|
@ -84,7 +84,6 @@ Column
|
|||
return totalWeights + "g · " + totalLengths.toFixed(2) + "m"
|
||||
}
|
||||
source: UM.Theme.getIcon("spool")
|
||||
font: UM.Theme.getFont("default")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue