mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -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
|
@ -52,7 +52,7 @@ Column
|
|||
renderType: Text.NativeRendering
|
||||
}
|
||||
|
||||
Cura.IconLabel
|
||||
Cura.IconWithText
|
||||
{
|
||||
id: unableToSliceMessage
|
||||
width: parent.width
|
||||
|
@ -61,7 +61,6 @@ Column
|
|||
text: catalog.i18nc("@label:PrintjobStatus", "Unable to Slice")
|
||||
source: UM.Theme.getIcon("warning")
|
||||
color: UM.Theme.getColor("warning")
|
||||
font: UM.Theme.getFont("default")
|
||||
}
|
||||
|
||||
// Progress bar, only visible when the backend is in the process of slice the printjob
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue