diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-30 19:38:30 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-30 19:38:30 +0000 |
commit | 84432c46fa22f9332ad5844fcc14b26e975c08d5 (patch) | |
tree | c21be97037a0d984e51fe6ea0620ff69110e4672 /ash | |
parent | e9554859b63b2fe754b2b1f5958896bf8362b70e (diff) | |
download | chromium_src-84432c46fa22f9332ad5844fcc14b26e975c08d5.zip chromium_src-84432c46fa22f9332ad5844fcc14b26e975c08d5.tar.gz chromium_src-84432c46fa22f9332ad5844fcc14b26e975c08d5.tar.bz2 |
ash: Adjust the padding of the tray so that the popup lines up with the browser window on the right.
BUG=120688
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9910016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129895 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash')
-rw-r--r-- | ash/system/tray/system_tray.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc index 610809a..4c69e29 100644 --- a/ash/system/tray/system_tray.cc +++ b/ash/system/tray/system_tray.cc @@ -41,7 +41,7 @@ namespace ash { namespace { -const int kPaddingFromRightEdgeOfScreen = 16; +const int kPaddingFromRightEdgeOfScreen = 15; const int kPaddingFromBottomOfScreen = 10; const int kAnimationDurationForPopupMS = 200; |