PICARD-919,921: Change Options dialog tree layout

This commit is contained in:
Sambhav Kothari
2017-01-18 15:19:24 +05:30
parent a24f26e941
commit 95be7ead2b
2 changed files with 4 additions and 4 deletions

View File

@@ -34,8 +34,8 @@ class InterfaceOptionsPage(OptionsPage):
NAME = "interface"
TITLE = N_("User Interface")
PARENT = "advanced"
SORT_ORDER = 40
PARENT = None
SORT_ORDER = 80
ACTIVE = True
SEPARATOR = u''*5
TOOLBAR_BUTTONS = {

View File

@@ -203,8 +203,8 @@ class ScriptingOptionsPage(OptionsPage):
NAME = "scripting"
TITLE = N_("Scripting")
PARENT = "advanced"
SORT_ORDER = 30
PARENT = None
SORT_ORDER = 85
ACTIVE = True
options = [