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

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..984a3a45389f242c38ad249ebd88afdc16ed266e 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 = 12;
dharcourt 2013/04/04 18:33:53 Changed this to be the actual desired padding betw
const int kNotificationWidth = 360;

Powered by Google App Engine
This is Rietveld 408576698