Merge pull request #574 from samj1912/moveopt

PICARD-919,921: Change Options dialog tree layout
This commit is contained in:
Laurent Monin
2017-01-18 10:55:10 +01:00
committed by GitHub
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 = [