Graphical adjustments.
[tweakr] / maemo-tweaks.c
index 67f9a27..af03341 100644 (file)
@@ -57,11 +57,12 @@ osso_return_t execute (osso_context_t *osso, gpointer data,
         sections = g_list_prepend (sections, section);
         gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog)->vbox),
                             maemo_tweaks_section_get_widget (section),
-                            FALSE, FALSE, 0);
+                            TRUE, TRUE, 0);
 
         g_type_class_unref (klass);
     }
 
+    gtk_widget_show_all (GTK_DIALOG (dialog)->vbox);
     response = gtk_dialog_run (GTK_DIALOG (dialog));
     if (response == GTK_RESPONSE_OK)
     {