mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-05 23:04:30 +08:00
Fix wrong icon mapping
The deprecated icon "pencil" was being mapped to the new icon "Pencil" which is actually called "Pen". This commit also replaces tabs with spaces in the deprecated_icons.json. Fixes CURA-8488
This commit is contained in:
parent
d87c7a70cb
commit
bbb1f0f0f3
@ -168,7 +168,7 @@
|
|||||||
"size": "default"
|
"size": "default"
|
||||||
},
|
},
|
||||||
"pencil": {
|
"pencil": {
|
||||||
"new_icon": "Pencil",
|
"new_icon": "Pen",
|
||||||
"size": "default"
|
"size": "default"
|
||||||
},
|
},
|
||||||
"printing_guideline": {
|
"printing_guideline": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user