CURA-4400 update extruder disabled color

This commit is contained in:
Jack Ha 2018-03-01 13:06:12 +01:00
parent c94d88cd9d
commit 71e631150d

View File

@ -151,7 +151,7 @@ Column
control.hovered ? UM.Theme.getColor("action_button_hovered_text") :
UM.Theme.getColor("action_button_text");
} else {
return UM.Theme.getColor("action_button_disabled");
return UM.Theme.getColor("action_button_disabled_text");
}
}