mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-27 10:03:59 +00:00
PICARD-919,921: Change Options dialog tree layout
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user