summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2009-04-11 17:22:04 -0400
committerDavid Zeuthen <davidz@redhat.com>2009-04-11 17:22:04 -0400
commitc8bc2e5d25ec5a1a7fb882567e6c6b6dbc343798 (patch)
treed0480e0e162d326f92548e5690a2ad09759720d5
parentf5c0e92affa5ec515d03eb1d8abfcccd2b4fe3eb (diff)
parentea59c92ab501a2cd5566620d27b3d829ba3e5700 (diff)
downloadgnome-disk-utility-c8bc2e5d25ec5a1a7fb882567e6c6b6dbc343798.tar.gz
gnome-disk-utility-c8bc2e5d25ec5a1a7fb882567e6c6b6dbc343798.tar.xz
gnome-disk-utility-c8bc2e5d25ec5a1a7fb882567e6c6b6dbc343798.zip
Merge branch 'master' of ssh://git.gnome.org/git/gnome-disk-utility
-rw-r--r--src/palimpsest/gdu-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/palimpsest/gdu-shell.c b/src/palimpsest/gdu-shell.c
index 907e0b3..3b9433c 100644
--- a/src/palimpsest/gdu-shell.c
+++ b/src/palimpsest/gdu-shell.c
@@ -2196,7 +2196,7 @@ create_window (GduShell *shell)
shell->priv->sections_vbox = gtk_vbox_new (FALSE, 18);
gtk_container_set_border_width (GTK_CONTAINER (shell->priv->sections_vbox), 8);
- gtk_box_pack_start (GTK_BOX (vbox2), shell->priv->sections_vbox, FALSE, TRUE, 0);
+ gtk_box_pack_start (GTK_BOX (vbox2), shell->priv->sections_vbox, TRUE, TRUE, 0);
/* setup and add horizontal pane */