| Index: athena/home/home_card_impl.cc
|
| diff --git a/athena/home/home_card_impl.cc b/athena/home/home_card_impl.cc
|
| index 9c993f2c413a80fe3a3dc3d3450a5ce932381b02..35936626852f512f6a48ec39d3adf37786c00958 100644
|
| --- a/athena/home/home_card_impl.cc
|
| +++ b/athena/home/home_card_impl.cc
|
| @@ -336,6 +336,7 @@ class HomeCardView : public views::WidgetDelegateView {
|
| gfx::Rect minimized_bounds = bounds();
|
| minimized_bounds.set_y(
|
| minimized_bounds.bottom() - kHomeCardMinimizedHeight);
|
| + minimized_bounds.set_height(kHomeCardMinimizedHeight);
|
| child->SetBoundsRect(minimized_bounds);
|
| } else {
|
| child->SetBoundsRect(bounds());
|
|
|