wacom: Add more padding between sections

This commit is contained in:
Bastien Nocera 2012-01-30 17:00:00 +00:00
parent 81ad779084
commit 90ef825d60

View file

@ -481,6 +481,8 @@ cc_wacom_stylus_page_new (GsdWacomStylus *stylus,
if (eraser != NULL)
set_feel_from_gsettings (GTK_ADJUSTMENT (WID ("adjustment-eraser-feel")), priv->eraser_settings);
g_object_set (G_OBJECT (page), "margin-top", 16, NULL);
return GTK_WIDGET (page);
}