Remove the component IconLabel since we have a similar one in IconWithText

Contributes to CURA-5941.
This commit is contained in:
Diego Prado Gesto 2018-12-07 11:43:41 +01:00
parent 8f0d8c7d25
commit 898fd25ddb
6 changed files with 7 additions and 59 deletions

View file

@ -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