Plugin preference pages will now expand to fill

This commit is contained in:
Andrew Resch 2009-12-20 04:18:21 +00:00
parent 14f894959f
commit 3a864bcdad
1 changed files with 1 additions and 0 deletions

View File

@ -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()