| Index: ui/message_center/message_center_style.h
|
| diff --git a/ui/message_center/message_center_style.h b/ui/message_center/message_center_style.h
|
| index 7dbdf5b6fe86c91c7c53d4426e9a2f29186a4037..2490789adffe646c55039f4367e73dbe7f6b4687 100644
|
| --- a/ui/message_center/message_center_style.h
|
| +++ b/ui/message_center/message_center_style.h
|
| @@ -25,11 +25,14 @@ MESSAGE_CENTER_EXPORT extern const int kSettingsIconSize;
|
| MESSAGE_CENTER_EXPORT extern const size_t kMaxVisiblePopupNotifications;
|
| MESSAGE_CENTER_EXPORT extern const size_t kMaxVisibleMessageCenterNotifications;
|
|
|
| +// DIP dimension
|
| +MESSAGE_CENTER_EXPORT extern const int kNotificationWidth; // H size of the
|
| + // whole card.
|
| +
|
| // Within a notification ///////////////////////////////////////////////////////
|
|
|
| // DIP dimensions (H = horizontal, V = vertical).
|
| extern const int kControlButtonSize; // Square size of close & expand buttons.
|
| -extern const int kNotificationWidth; // H size of the whole card.
|
| extern const int kIconToTextPadding; // H space between icon & title/message.
|
| extern const int kTextTopPadding; // V space between text elements.
|
|
|
| @@ -46,6 +49,7 @@ extern const SkColor kLegacyIconBackgroundColor; // Used behind icons smaller.
|
| extern const SkColor kRegularTextColor; // Title, message, ...
|
| extern const SkColor kDimTextColor;
|
| extern const SkColor kFocusBorderColor; // The focus border.
|
| +extern const SkColor kFrameBorderColor; // Frame border
|
|
|
| // Limits.
|
|
|
|
|