diff options
author | dharcourt@chromium.org <dharcourt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-14 05:14:28 +0000 |
---|---|---|
committer | dharcourt@chromium.org <dharcourt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-14 05:14:28 +0000 |
commit | 7215d13eb317ffbe51cdb36bd43cdf7b83c90c16 (patch) | |
tree | a012c7551d6de9150d95f4fac78fb98522e65d96 /ui/message_center/base_format_view.cc | |
parent | dc7862a042484fafbed8f7bcb5c7364f4565ee4e (diff) | |
download | chromium_src-7215d13eb317ffbe51cdb36bd43cdf7b83c90c16.zip chromium_src-7215d13eb317ffbe51cdb36bd43cdf7b83c90c16.tar.gz chromium_src-7215d13eb317ffbe51cdb36bd43cdf7b83c90c16.tar.bz2 |
This should have multiple-item view matching the mock-ups pixel for
pixel except for the time display and the small icon which aren't
supported yet. The time display has been laid out to match the mock-up,
it just needs to get the time in an appropriate string format.
BUG=161101
Review URL: https://chromiumcodereview.appspot.com/11434017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173094 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/message_center/base_format_view.cc')
-rw-r--r-- | ui/message_center/base_format_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/message_center/base_format_view.cc b/ui/message_center/base_format_view.cc index f8ce583..e7e77f9 100644 --- a/ui/message_center/base_format_view.cc +++ b/ui/message_center/base_format_view.cc @@ -18,7 +18,7 @@ namespace message_center { const SkColor kNotificationColor = SkColorSetRGB(0xfe, 0xfe, 0xfe); const SkColor kNotificationReadColor = SkColorSetRGB(0xfa, 0xfa, 0xfa); -const int kBaseFormatPrimaryIconWidth = 40; +const int kBaseFormatPrimaryIconWidth = 64; const int kBaseFormatSecondaryIconWidth = 16; const int kBaseFormatTimestampWidth = 60; const int kBaseFormatButtonWidth = 60; |