mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
[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
2 changed files with 2079 additions and 2424 deletions
File diff suppressed because it is too large
Load diff
|
@ -96,8 +96,8 @@ class Preferences(component.Component):
|
|||
self.treeview.append_column(column)
|
||||
# Add the default categories
|
||||
i = 0
|
||||
for category in (_("Interface"), _("Downloads"), _("Network"), _("Bandwidth"), _("Other"),
|
||||
_("Daemon"), _("Queue"), _("Proxy"), _("Cache"), _("Plugins"), "_separator_"):
|
||||
for category in (_("Interface"), _("Downloads"), _("Bandwidth"), _("Queue"), _("Network"),
|
||||
_("Proxy"), _("Cache"), _("Other"), _("Daemon"), _("Plugins"), "_separator_"):
|
||||
self.liststore.append([i, category])
|
||||
i += 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue