| Index: ui/app_list/views/contents_view.cc
|
| diff --git a/ui/app_list/views/contents_view.cc b/ui/app_list/views/contents_view.cc
|
| index c07c867abb683828f0816b24cf25b4211f4b8a88..9c69d175c029f845da6fecab34a1badbd0bf604f 100644
|
| --- a/ui/app_list/views/contents_view.cc
|
| +++ b/ui/app_list/views/contents_view.cc
|
| @@ -155,7 +155,7 @@ void ContentsView::CalculateIdealBounds() {
|
|
|
| gfx::Rect incoming_target(rect);
|
| gfx::Rect outgoing_target(rect);
|
| - outgoing_target.set_y(-outgoing_target.height());
|
| + outgoing_target.set_x(-outgoing_target.width());
|
|
|
| for (int i = 0; i < view_model_->view_size(); ++i) {
|
| view_model_->set_ideal_bounds(i,
|
|
|