diff options
author | stevenjb@google.com <stevenjb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-10 00:31:52 +0000 |
---|---|---|
committer | stevenjb@google.com <stevenjb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-10 00:31:52 +0000 |
commit | d957bb2037cf1d98352ec43a12295ce837e4ec1a (patch) | |
tree | a3dc666c8bbbeb336fb626290df565b0b39cf34a /ash | |
parent | 302079890365bb7dc9d75585869e34899c278ed7 (diff) | |
download | chromium_src-d957bb2037cf1d98352ec43a12295ce837e4ec1a.zip chromium_src-d957bb2037cf1d98352ec43a12295ce837e4ec1a.tar.gz chromium_src-d957bb2037cf1d98352ec43a12295ce837e4ec1a.tar.bz2 |
Adjust web notification tray height.
TBR=jennyz@chromium.org
BUG=141744
Review URL: https://chromiumcodereview.appspot.com/10832238
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150953 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash')
-rw-r--r-- | ash/system/web_notification/web_notification_tray.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/system/web_notification/web_notification_tray.cc b/ash/system/web_notification/web_notification_tray.cc index a9e439e..1d820b4 100644 --- a/ash/system/web_notification/web_notification_tray.cc +++ b/ash/system/web_notification/web_notification_tray.cc @@ -43,7 +43,7 @@ const int kTrayContainerHorizontalPaddingVerticalAlignment = 0; const int kPaddingFromLeftEdgeOfSystemTrayBottomAlignment = 8; const int kPaddingFromTopEdgeOfSystemTrayVerticalAlignment = 10; const int kTrayWidth = 40; -const int kTrayHeight = 32; +const int kTrayHeight = 31; const int kTraySideWidth = 32; const int kTraySideHeight = 24; |