| 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.
|
|
|