ExtruderIcon will now display that it's disabled correctly

CURA-5785
This commit is contained in:
Jaime van Kessel 2018-11-16 16:04:11 +01:00
parent d661a8e626
commit 7f99ed1af3
4 changed files with 24 additions and 6 deletions

View file

@ -49,6 +49,7 @@ Cura.ExpandableComponent
{
id: extruderIcon
materialColor: model.color
extruderEnabled: model.enabled
height: parent.height
width: height
}
@ -118,6 +119,7 @@ Cura.ExpandableComponent
{
anchors.horizontalCenter: parent.horizontalCenter
materialColor: model.color
extruderEnabled: model.enabled
width: parent.height
height: parent.height
}