summaryrefslogtreecommitdiff
path: root/panels/notifications
diff options
context:
space:
mode:
authorYosef Or Boczko <yoseforb@src.gnome.org>2014-07-16 01:28:04 +0300
committerYosef Or Boczko <yoseforb@src.gnome.org>2014-07-16 16:52:22 +0300
commitb37d6ffd9087098ce536d67bc4007d696da5cdad (patch)
tree945321b4783d7f492978011ddb6bc5697b1e02d8 /panels/notifications
parent0e6d616dc81cc5c1d428bd8c8829c877aac36d29 (diff)
downloadgnome-control-center-b37d6ffd9087098ce536d67bc4007d696da5cdad.tar.gz
notifications: Fix the padding in the edit dialog
https://bugzilla.gnome.org/show_bug.cgi?id=733227
Diffstat (limited to 'panels/notifications')
-rw-r--r--panels/notifications/cc-edit-dialog.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/panels/notifications/cc-edit-dialog.c b/panels/notifications/cc-edit-dialog.c
index e41552485..b230a4d20 100644
--- a/panels/notifications/cc-edit-dialog.c
+++ b/panels/notifications/cc-edit-dialog.c
@@ -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));