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:
Konstantinos Karmas 2021-08-17 15:32:21 +02:00
parent d87c7a70cb
commit bbb1f0f0f3

View File

@ -168,7 +168,7 @@
"size": "default" "size": "default"
}, },
"pencil": { "pencil": {
"new_icon": "Pencil", "new_icon": "Pen",
"size": "default" "size": "default"
}, },
"printing_guideline": { "printing_guideline": {