Add some margin between sections.
[tweakr] / maemo-tweaks.c
index 45a9223..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"
@@ -18,7 +19,7 @@ GtkWidget *create_dialog (GtkWindow *parent)
     GtkWidget *dialog;
 
     dialog = gtk_dialog_new_with_buttons
-        ("Maemo 5 Tweaks",
+        ("Maemo Tweaks",
          parent,
          GTK_DIALOG_MODAL | GTK_DIALOG_NO_SEPARATOR,
          GTK_STOCK_SAVE,
@@ -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);