notifications: Fix the padding in the edit dialog

https://bugzilla.gnome.org/show_bug.cgi?id=733227
This commit is contained in:
Yosef Or Boczko 2014-07-16 01:28:04 +03:00
parent 0e6d616dc8
commit b37d6ffd90

View file

@ -72,7 +72,8 @@ cc_build_edit_dialog (CcNotificationsPanel *panel,
"row-spacing", 10,
"margin-top", 12,
"margin-start", 15,
"margin-end", 5,
"margin-end", 15,
"margin-bottom", 12,
NULL);
gtk_container_add (GTK_CONTAINER (content_area), GTK_WIDGET (content_grid));