[GTKUI] Tidyup Preferences Dialog
* Remove unnessary page headers to save space * Reordered pages to be lightly grouped * Other changes to utilise space better * Fixed the plugin info panel collapsing on startup
This commit is contained in:
parent
210acf68c1
commit
849101950f
File diff suppressed because it is too large
Load Diff
|
@ -96,8 +96,8 @@ class Preferences(component.Component):
|
||||||
self.treeview.append_column(column)
|
self.treeview.append_column(column)
|
||||||
# Add the default categories
|
# Add the default categories
|
||||||
i = 0
|
i = 0
|
||||||
for category in (_("Interface"), _("Downloads"), _("Network"), _("Bandwidth"), _("Other"),
|
for category in (_("Interface"), _("Downloads"), _("Bandwidth"), _("Queue"), _("Network"),
|
||||||
_("Daemon"), _("Queue"), _("Proxy"), _("Cache"), _("Plugins"), "_separator_"):
|
_("Proxy"), _("Cache"), _("Other"), _("Daemon"), _("Plugins"), "_separator_"):
|
||||||
self.liststore.append([i, category])
|
self.liststore.append([i, category])
|
||||||
i += 1
|
i += 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue