diff options
author | skuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-28 08:02:57 +0000 |
---|---|---|
committer | skuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-28 08:02:57 +0000 |
commit | 4a9f6432d36652a4c1503177fa91095ffd53e72a (patch) | |
tree | a74f4ae6ba2b120b305eb8e47c15995e05415340 /ash/wm/app_list_controller.cc | |
parent | 291dcf33a19c5327e6bb42b0fdf2fe6881619d91 (diff) | |
download | chromium_src-4a9f6432d36652a4c1503177fa91095ffd53e72a.zip chromium_src-4a9f6432d36652a4c1503177fa91095ffd53e72a.tar.gz chromium_src-4a9f6432d36652a4c1503177fa91095ffd53e72a.tar.bz2 |
More left / right adjustments for for message bubbles, the appmenu and the tray menu
A couple of pixels offset.
BUG=264227
TEST=visual
Review URL: https://chromiumcodereview.appspot.com/20487002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214091 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/wm/app_list_controller.cc')
-rw-r--r-- | ash/wm/app_list_controller.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/wm/app_list_controller.cc b/ash/wm/app_list_controller.cc index 68845b0..45a6bcf 100644 --- a/ash/wm/app_list_controller.cc +++ b/ash/wm/app_list_controller.cc @@ -46,7 +46,7 @@ const int kArrowTipHeight = 10; // The minimal anchor position offset to make sure that the bubble is still on // the screen with 8 pixels spacing on the left / right. This constant is a // result of minimal bubble arrow sizes and offsets. -const int kMinimalAnchorPositionOffset = 60; +const int kMinimalAnchorPositionOffset = 57; ui::Layer* GetLayer(views::Widget* widget) { return widget->GetNativeView()->layer(); |