Author: andar

Revision: 6048

Log:
        Plugin preference pages will now expand to fill

Diff:
Modified: branches/1.2_RC/deluge/ui/gtkui/preferences.py
===================================================================
--- branches/1.2_RC/deluge/ui/gtkui/preferences.py      2009-12-20 04:02:41 UTC 
(rev 6047)
+++ branches/1.2_RC/deluge/ui/gtkui/preferences.py      2009-12-20 04:18:21 UTC 
(rev 6048)
@@ -138,6 +138,7 @@
         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()

Modified: trunk/deluge/ui/gtkui/preferences.py
===================================================================
--- trunk/deluge/ui/gtkui/preferences.py        2009-12-20 04:02:41 UTC (rev 
6047)
+++ trunk/deluge/ui/gtkui/preferences.py        2009-12-20 04:18:21 UTC (rev 
6048)
@@ -138,6 +138,7 @@
         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()


--

You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en.


Reply via email to