[jhbuild] [gui] Fix Fill & Expand properties on preferences window
- From: Baptiste Mille-Mathias <baptistem src gnome org>
- To: svn-commits-list gnome org
- Subject: [jhbuild] [gui] Fix Fill & Expand properties on preferences window
- Date: Mon, 8 Jun 2009 13:09:58 -0400 (EDT)
commit f0fe4bbf25557633d73b2b6baaa91816f3fd690f
Author: Baptiste Mille-Mathias <baptiste millemathias gmail com>
Date: Sun Jun 7 22:06:34 2009 +0200
[gui] Fix Fill & Expand properties on preferences window
---
jhbuild/frontends/gtkui.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/jhbuild/frontends/gtkui.py b/jhbuild/frontends/gtkui.py
index 842b3e0..3a0f484 100644
--- a/jhbuild/frontends/gtkui.py
+++ b/jhbuild/frontends/gtkui.py
@@ -711,7 +711,7 @@ class PreferencesDialog(gtk.Dialog):
checkbutton = gtk.CheckButton(label)
checkbutton.set_active(getattr(self.app.config, key))
checkbutton.connect('toggled', self.on_toggled_key, key)
- vbox.pack_start(checkbutton)
+ vbox.pack_start(checkbutton, expand=False, fill=False)
self.vbox.show_all()
self.add_button(gtk.STOCK_CLOSE, gtk.RESPONSE_CLOSE)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]