mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06: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
1 changed files with 304 additions and 304 deletions
|
@ -168,7 +168,7 @@
|
|||
"size": "default"
|
||||
},
|
||||
"pencil": {
|
||||
"new_icon": "Pencil",
|
||||
"new_icon": "Pen",
|
||||
"size": "default"
|
||||
},
|
||||
"printing_guideline": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue