Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(572)

Unified Diff: ui/message_center/message_center_constants.cc

Issue 13560002: Added padding below text in notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/message_center/message_center_constants.cc
diff --git a/ui/message_center/message_center_constants.cc b/ui/message_center/message_center_constants.cc
index 24767620fd32d277512737d78b4d534cb14d2318..49570413da5cc8c326f355148610207c75271377 100644
--- a/ui/message_center/message_center_constants.cc
+++ b/ui/message_center/message_center_constants.cc
@@ -15,7 +15,7 @@ const int kControlButtonSize = 29;
const int kIconToTextPadding = 16;
-const int kTextTopPadding = 6;
+const int kTextTopPadding = 7;
const int kNotificationWidth = 360;
« no previous file with comments | « no previous file | ui/message_center/views/notification_view.cc » ('j') | ui/message_center/views/notification_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698