| 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);
|
|
|