CURA-4870 Adjust colors for the selected configuration

Remove the printer icon since it doesn't look as expected
This commit is contained in:
Diego Prado Gesto 2018-03-07 09:56:38 +01:00
parent 5b2ff705e7
commit 813f4e83e0
4 changed files with 23 additions and 11 deletions

View file

@ -12,8 +12,8 @@ Instantiator {
filter: {"type": "machine", "um_network_key": "*"}
}
MenuItem {
// TODO: Use printer_group icon when it's a cluster.
iconSource: UM.Theme.getIcon("printer_single")
// TODO: Use printer_group icon when it's a cluster. Not use it for now since it doesn't look as expected
// iconSource: UM.Theme.getIcon("printer_single")
text: model.name;
checkable: true;
checked: Cura.MachineManager.activeMachineId == model.id