| 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 5c492feca5dcb483e224beca22a48477d7cd79a1..aa4a818dc7d3ac7a33cae6c11b5a6adaa7f03e2f 100644
|
| --- a/ash/system/web_notification/web_notification_tray.cc
|
| +++ b/ash/system/web_notification/web_notification_tray.cc
|
| @@ -270,7 +270,8 @@ bool WebNotificationTray::ShowMessageCenterInternal(bool show_settings) {
|
| status_area_window->GetBoundsInScreen());
|
| max_height = bounds_in_root.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(
|
|
|