mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-03 12:03:57 -06:00
Add order to PerObjectSettings tool
This commit is contained in:
parent
03d44e735b
commit
6af05b8af7
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ def getMetaData():
|
||||||
"name": i18n_catalog.i18nc("@label", "Per Object Settings"),
|
"name": i18n_catalog.i18nc("@label", "Per Object Settings"),
|
||||||
"description": i18n_catalog.i18nc("@info:tooltip", "Configure Per Object Settings"),
|
"description": i18n_catalog.i18nc("@info:tooltip", "Configure Per Object Settings"),
|
||||||
"icon": "setting_per_object",
|
"icon": "setting_per_object",
|
||||||
"tool_panel": "PerObjectSettingsPanel.qml"
|
"tool_panel": "PerObjectSettingsPanel.qml",
|
||||||
|
"weight": 3
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue