Graphical adjustments.
authorSalvatore Iovene <salvatore@iovene.com>
Sun, 6 Dec 2009 14:45:57 +0000 (16:45 +0200)
committerSalvatore Iovene <salvatore@iovene.com>
Sun, 6 Dec 2009 14:45:57 +0000 (16:45 +0200)
maemo-tweaks.c
modules/maemo-tweaks-desktop.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)
     {
index 5422017..c5b26ed 100644 (file)
@@ -144,7 +144,7 @@ maemo_tweaks_desktop_section_init (MaemoTweaksDesktopSection *section)
 
     iface->widget = gtk_vbox_new (FALSE, 0);
     gtk_box_pack_start (GTK_BOX (iface->widget), snap_button,
-                        FALSE, FALSE, 0);
+                        TRUE, TRUE, 0);
 }
 
 static void _save (MaemoTweaksSection *section)