mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Update extruder button styles
CURA-4211
This commit is contained in:
parent
81b6675518
commit
e15a96263d
7 changed files with 121 additions and 44 deletions
|
|
@ -111,10 +111,11 @@ Rectangle
|
|||
{
|
||||
case "printing":
|
||||
case "pre_print":
|
||||
case "wait_cleanup":
|
||||
case "pausing":
|
||||
case "resuming":
|
||||
return UM.Theme.getIcon("tab_status_busy");
|
||||
case "wait_cleanup":
|
||||
return UM.Theme.getIcon("tab_status_finished");
|
||||
case "ready":
|
||||
case "":
|
||||
return UM.Theme.getIcon("tab_status_connected")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue