diff options
author | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-08 16:07:10 +0000 |
---|---|---|
committer | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-08 16:07:10 +0000 |
commit | fad22582584510273724dd9602f4fd6e6522b0ac (patch) | |
tree | 5219f0f6813d594c74f6116cc2df776a6dd60bdf /ui | |
parent | 3d422724c102e01b9d8bd26b06f269b643f80ea9 (diff) | |
download | chromium_src-fad22582584510273724dd9602f4fd6e6522b0ac.zip chromium_src-fad22582584510273724dd9602f4fd6e6522b0ac.tar.gz chromium_src-fad22582584510273724dd9602f4fd6e6522b0ac.tar.bz2 |
app_list: App list bubble should move with anchor widget.
BUG=129768
TEST=Verify app list bubble is at correct position with an auto-hide launcher bar.
Review URL: https://chromiumcodereview.appspot.com/10537061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141217 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r-- | ui/app_list/app_list_view.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app_list/app_list_view.cc b/ui/app_list/app_list_view.cc index c66ba69..18ff128 100644 --- a/ui/app_list/app_list_view.cc +++ b/ui/app_list/app_list_view.cc @@ -91,6 +91,7 @@ void AppListView::InitAsBubble( set_anchor_view(anchor); set_margin(0); + set_move_with_anchor(true); set_parent_window(parent); set_close_on_deactivate(false); views::BubbleDelegateView::CreateBubble(this); |