summaryrefslogtreecommitdiffstats
path: root/ash
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-30 19:38:30 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-30 19:38:30 +0000
commit84432c46fa22f9332ad5844fcc14b26e975c08d5 (patch)
treec21be97037a0d984e51fe6ea0620ff69110e4672 /ash
parente9554859b63b2fe754b2b1f5958896bf8362b70e (diff)
downloadchromium_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.cc2
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;