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

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: Implemented review suggestions. Created 7 years, 8 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
« no previous file with comments | « ui/message_center/message_center_constants.h ('k') | ui/message_center/views/notification_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 443e0feba3692ed423a2759f8ff8676921a81bc6..2b09f30c9cc8c4505262e276f7ad4a9c2e6ba280 100644
--- a/ui/message_center/message_center_constants.cc
+++ b/ui/message_center/message_center_constants.cc
@@ -16,13 +16,13 @@ const int kSettingsIconSize = 16;
// Within a notification ///////////////////////////////////////////////////////
-// Pixel dimensions (H = horizontal, V = vertical).
+// Pixel dimensions.
const int kControlButtonSize = 29;
const int kNotificationWidth = 360;
const int kIconToTextPadding = 16;
-const int kTextTopPadding = 6;
+const int kTextTopPadding = 12;
-// Text sizes
+// Text sizes.
const int kTitleFontSize = 14;
const int kMessageFontSize = 12;
@@ -41,7 +41,7 @@ const int kAutocloseHighPriorityDelaySeconds = 25;
// Around notifications ////////////////////////////////////////////////////////
-// Pixel dimensions (H = horizontal, V = vertical).
+// Pixel dimensions.
const int kMarginBetweenItems = 10;
// Colors.
« no previous file with comments | « ui/message_center/message_center_constants.h ('k') | ui/message_center/views/notification_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698