mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Code style
CURA-5984 Co-Authored-By: diegopradogesto <d.pradogesto@ultimaker.com>
This commit is contained in:
parent
c1c5eb2219
commit
bfebb33123
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ Item
|
|||
|
||||
toolItem: UM.RecolorImage
|
||||
{
|
||||
source: (UM.Theme.getIcon(model.icon) != "") ? UM.Theme.getIcon(model.icon) : "file:///" + model.location + "/" + model.icon
|
||||
source: UM.Theme.getIcon(model.icon) != "" ? UM.Theme.getIcon(model.icon) : "file:///" + model.location + "/" + model.icon
|
||||
color: UM.Theme.getColor("toolbar_button_text")
|
||||
|
||||
sourceSize: UM.Theme.getSize("button_icon")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue