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

Unified Diff: ui/message_center/message_center_constants.cc

Issue 14322007: Add line height setting to views::Label & use it for notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. 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/bounded_label.h » ('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 d42669e03f1f5e6c33eff2a370935e7d408f841c..6b6f34a43faa1601428298f7b645588f5f376d3d 100644
--- a/ui/message_center/message_center_constants.cc
+++ b/ui/message_center/message_center_constants.cc
@@ -25,6 +25,7 @@ const int kTextTopPadding = 12;
// Text sizes.
const int kTitleFontSize = 14;
const int kMessageFontSize = 12;
+const int kMessageLineHeight = 18;
// Colors.
const SkColor kNotificationBackgroundColor = SkColorSetRGB(255, 255, 255);
« no previous file with comments | « ui/message_center/message_center_constants.h ('k') | ui/message_center/views/bounded_label.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698