| Index: ash/system/web_notification/web_notification_tray.cc
|
| diff --git a/ash/system/web_notification/web_notification_tray.cc b/ash/system/web_notification/web_notification_tray.cc
|
| index a23bf8965d0c7ca4ec813ad1ff28220197bd6a17..5f4b37750ce3ee675c28a1fd5482b6a28f743fa7 100644
|
| --- a/ash/system/web_notification/web_notification_tray.cc
|
| +++ b/ash/system/web_notification/web_notification_tray.cc
|
| @@ -252,7 +252,8 @@ bool WebNotificationTray::ShowMessageCenterInternal(bool show_settings) {
|
| ? GetShelfLayoutManager()->GetIdealBounds().y()
|
| : status_area_window->GetBoundsInRootWindow().bottom();
|
|
|
| - message_center_bubble->SetMaxHeight(std::max(0, max_height - kTraySpacing));
|
| + message_center_bubble->SetMaxHeight(
|
| + std::max(0, max_height - GetTrayConstant(TRAY_SPACING)));
|
| if (show_settings)
|
| message_center_bubble->SetSettingsVisible();
|
| message_center_bubble_.reset(
|
|
|