[gnome-disk-utility] allow sections to expand, otherwise the treeview for RAID is never shown



commit ea59c92ab501a2cd5566620d27b3d829ba3e5700
Author: David Zeuthen <davidz redhat com>
Date:   Wed Apr 8 18:04:49 2009 -0400

    allow sections to expand, otherwise the treeview for RAID is never shown
---
 src/palimpsest/gdu-shell.c |    2 +-
 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 */



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