summaryrefslogtreecommitdiffstats
path: root/ui/message_center
diff options
context:
space:
mode:
authormukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-02 01:40:50 +0000
committermukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-02 01:40:50 +0000
commit000b1658b2791789ee2d8d6fe5bf4a3e8e4ed6af (patch)
treeac64cb96f85e83ce3f2abc7ff5eb97096815b72d /ui/message_center
parent03a423161f634b2ba3ae634e5bee3439f20cf9f7 (diff)
downloadchromium_src-000b1658b2791789ee2d8d6fe5bf4a3e8e4ed6af.zip
chromium_src-000b1658b2791789ee2d8d6fe5bf4a3e8e4ed6af.tar.gz
chromium_src-000b1658b2791789ee2d8d6fe5bf4a3e8e4ed6af.tar.bz2
Changes the width of notification to 360.
BUG=225011 TEST=manually. see screenshot attached on the bug. Review URL: https://chromiumcodereview.appspot.com/13375021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191743 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/message_center')
-rw-r--r--ui/message_center/message_center_constants.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/message_center/message_center_constants.cc b/ui/message_center/message_center_constants.cc
index 5e2ae09..2476762 100644
--- a/ui/message_center/message_center_constants.cc
+++ b/ui/message_center/message_center_constants.cc
@@ -7,7 +7,7 @@
namespace message_center {
const int kNotificationIconSize = 80;
-const int kNotificationPreferredImageSize = 300;
+const int kNotificationPreferredImageSize = kNotificationWidth;
const int kNotificationButtonIconSize = 16;
const int kSettingsIconSize = 16;
@@ -17,7 +17,7 @@ const int kIconToTextPadding = 16;
const int kTextTopPadding = 6;
-const int kNotificationWidth = 300;
+const int kNotificationWidth = 360;
const int kNotificationMaximumImageHeight = kNotificationWidth;