mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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)
|
vbox.pack_start(sep, False, True, 0)
|
||||||
align = gtk.Alignment()
|
align = gtk.Alignment()
|
||||||
align.set_padding(5, 0, 0, 0)
|
align.set_padding(5, 0, 0, 0)
|
||||||
|
align.set(0, 0, 1, 1)
|
||||||
align.add(widget)
|
align.add(widget)
|
||||||
vbox.pack_start(align, True, True, 0)
|
vbox.pack_start(align, True, True, 0)
|
||||||
scrolled = gtk.ScrolledWindow()
|
scrolled = gtk.ScrolledWindow()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue