Browse Source

Add order to PerObjectSettings tool

fieldOfView 9 years ago
parent
commit
6af05b8af7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      plugins/PerObjectSettingsTool/__init__.py

+ 2 - 1
plugins/PerObjectSettingsTool/__init__.py

@@ -19,7 +19,8 @@ def getMetaData():
             "name": i18n_catalog.i18nc("@label", "Per Object Settings"),
             "description": i18n_catalog.i18nc("@info:tooltip", "Configure Per Object Settings"),
             "icon": "setting_per_object",
-            "tool_panel": "PerObjectSettingsPanel.qml"
+            "tool_panel": "PerObjectSettingsPanel.qml",
+            "weight": 3
         },
     }