mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
CURA-4870 Adjust colors for the selected configuration
Remove the printer icon since it doesn't look as expected
This commit is contained in:
parent
5b2ff705e7
commit
813f4e83e0
4 changed files with 23 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue