Pack the main panarea so it expands and fills.
authorSalvatore Iovene <salvatore@iovene.com>
Sun, 13 Dec 2009 10:36:22 +0000 (12:36 +0200)
committerSalvatore Iovene <salvatore@iovene.com>
Sun, 13 Dec 2009 10:36:22 +0000 (12:36 +0200)
tweakr.c

index 49387b7..e6a91ff 100644 (file)
--- a/tweakr.c
+++ b/tweakr.c
@@ -90,7 +90,7 @@ osso_return_t execute (osso_context_t *osso, gpointer data,
     }
 
     gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog)->vbox), panarea,
-                        FALSE, FALSE, 0);
+                        TRUE, TRUE, 0);
     gtk_widget_show_all (GTK_DIALOG (dialog)->vbox);
 
     for (;;)