Add some margin between sections.
authorSalvatore Iovene <salvatore@iovene.com>
Thu, 10 Dec 2009 18:05:15 +0000 (20:05 +0200)
committerSalvatore Iovene <salvatore@iovene.com>
Thu, 10 Dec 2009 18:05:15 +0000 (20:05 +0200)
maemo-tweaks.c

index a1508be..d79bb6f 100644 (file)
@@ -6,6 +6,7 @@
 #include <gtk/gtk.h>
 #include <hildon/hildon-note.h>
 #include <hildon/hildon-pannable-area.h>
+#include <hildon/hildon-defines.h>
 
 #include "maemo-tweaks-types.h"
 #include "libmaemo-tweaks-section/maemo-tweaks-section.h"
@@ -58,7 +59,7 @@ osso_return_t execute (osso_context_t *osso, gpointer data,
 
     dialog = create_dialog (GTK_WINDOW (data));
     panarea = hildon_pannable_area_new ();
-    box = gtk_vbox_new (FALSE, 0);
+    box = gtk_vbox_new (FALSE, HILDON_MARGIN_DOUBLE);
 
     hildon_pannable_area_add_with_viewport (HILDON_PANNABLE_AREA (panarea),
                                             box);