mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 21:45:56 +08:00
Code style
CURA-5984 Co-Authored-By: diegopradogesto <d.pradogesto@ultimaker.com>
This commit is contained in:
parent
c1c5eb2219
commit
bfebb33123
@ -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…
x
Reference in New Issue
Block a user