[jhbuild: 48/60] [gui] don't let the separator fill the place



commit b73e4a5483e760b545b0d52e8d2e0dcc5c909199
Author: Frédéric Péters <fpeters 0d be>
Date:   Sun May 24 18:03:33 2009 +0200

    [gui] don't let the separator fill the place
---
 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 6d1fbfb..17b09f1 100644
--- a/jhbuild/frontends/gtkui.py
+++ b/jhbuild/frontends/gtkui.py
@@ -147,7 +147,7 @@ class AppWindow(gtk.Window, buildscript.BuildScript):
         self.module_hbox.pack_start(self.module_combo, fill=True)
 
         separator = gtk.VSeparator()
-        self.module_hbox.pack_start(separator)
+        self.module_hbox.pack_start(separator, fill=False, expand=False)
         preferences = gtk.Button(stock=gtk.STOCK_PREFERENCES)
         preferences.connect('clicked', self.on_preferences_cb)
         self.module_hbox.pack_start(preferences, fill=False, expand=False)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]