summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2009-04-08 18:04:49 -0400
committerDavid Zeuthen <davidz@redhat.com>2009-04-08 18:04:49 -0400
commitea59c92ab501a2cd5566620d27b3d829ba3e5700 (patch)
tree878b3c1cf7a0a2c27d774b763fb72d7ea33ebe08
parent53cf4a6635586e68c7a45030b381bc98d4f9eb1c (diff)
downloadgnome-disk-utility-ea59c92ab501a2cd5566620d27b3d829ba3e5700.tar.gz
gnome-disk-utility-ea59c92ab501a2cd5566620d27b3d829ba3e5700.tar.xz
gnome-disk-utility-ea59c92ab501a2cd5566620d27b3d829ba3e5700.zip
allow sections to expand, otherwise the treeview for RAID is never shown
-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 */