mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Plugin preference pages will now expand to fill
This commit is contained in:
parent
ed2568c8b0
commit
cffc25aac8
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ class Preferences(component.Component):
|
|||
vbox.pack_start(sep, False, True, 0)
|
||||
align = gtk.Alignment()
|
||||
align.set_padding(5, 0, 0, 0)
|
||||
align.set(0, 0, 1, 1)
|
||||
align.add(widget)
|
||||
vbox.pack_start(align, True, True, 0)
|
||||
scrolled = gtk.ScrolledWindow()
|
||||
|
|
Loading…
Add table
Reference in a new issue