diff options
author | glotov@chromium.org <glotov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-22 15:16:13 +0000 |
---|---|---|
committer | glotov@chromium.org <glotov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-22 15:16:13 +0000 |
commit | a7faa05d8f44a2e914785931150659ede03b41a9 (patch) | |
tree | fa0481ac92449c322705a55373b2896518f60a84 | |
parent | 5724cf6df03d7cb924b97d32ed319976d67b7640 (diff) | |
download | chromium_src-a7faa05d8f44a2e914785931150659ede03b41a9.zip chromium_src-a7faa05d8f44a2e914785931150659ede03b41a9.tar.gz chromium_src-a7faa05d8f44a2e914785931150659ede03b41a9.tar.bz2 |
Volume bubble horizontally centered.
BUG=chromium-os:5176
TEST=Volume bubble should appear horizontally centered.
Review URL: http://codereview.chromium.org/3488002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60176 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/chromeos/volume_bubble.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/volume_bubble.cc b/chrome/browser/chromeos/volume_bubble.cc index 9b7543a..6c71fb3 100644 --- a/chrome/browser/chromeos/volume_bubble.cc +++ b/chrome/browser/chromeos/volume_bubble.cc @@ -17,7 +17,7 @@ const int kBubbleShowTimeoutSec = 2; const int kAnimationDurationMs = 200; // Horizontal relative position: 0 - leftmost, 0.5 - center, 1 - rightmost. -const double kVolumeBubbleXRatio = 0.18; +const double kVolumeBubbleXRatio = 0.5; // Vertical gap from the bottom of the screen in pixels. const int kVolumeBubbleBottomGap = 30; |