CURA-4354 fixed plugin injected tool icon path finding, example in PerObjectSettingsTool

This commit is contained in:
ChrisTerBeke 2017-09-22 16:15:38 +02:00
parent 045f1ce259
commit 11241642b3
3 changed files with 12 additions and 19 deletions

View file

@ -13,7 +13,7 @@ def getMetaData():
"tool": {
"name": i18n_catalog.i18nc("@label", "Per Model Settings"),
"description": i18n_catalog.i18nc("@info:tooltip", "Configure Per Model Settings"),
"icon": "setting_per_object",
"icon": "tool_icon.svg",
"tool_panel": "PerObjectSettingsPanel.qml",
"weight": 3
},