| Index: mash/wm/shelf_layout.cc
|
| diff --git a/mash/wm/shelf_layout.cc b/mash/wm/shelf_layout.cc
|
| index 1b341cc728724d186ceca44aef83f60818910831..c2fe1bac6cee854a2b18137677ec2218cdc53297 100644
|
| --- a/mash/wm/shelf_layout.cc
|
| +++ b/mash/wm/shelf_layout.cc
|
| @@ -28,6 +28,7 @@ void ShelfLayout::LayoutWindow(mus::Window* window) {
|
| gfx::Rect container_bounds = owner()->bounds();
|
| container_bounds.set_origin(
|
| gfx::Point(0, container_bounds.height() - preferred_size.height()));
|
| + container_bounds.set_height(preferred_size.height());
|
| window->SetBounds(container_bounds);
|
| }
|
|
|
|
|