From: Salvatore Iovene Date: Sun, 13 Dec 2009 10:36:22 +0000 (+0200) Subject: Pack the main panarea so it expands and fills. X-Git-Tag: 0.0.6~4 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=284c7b89722c4cdd0b512489d119f4297d04eabc;p=tweakr Pack the main panarea so it expands and fills. --- diff --git a/tweakr.c b/tweakr.c index 49387b7..e6a91ff 100644 --- 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 (;;)