| Index: ash/common/system/tray/tray_popup_utils.cc
|
| diff --git a/ash/common/system/tray/tray_popup_utils.cc b/ash/common/system/tray/tray_popup_utils.cc
|
| index dc707d81198713cbea59ab5d604e546173358936..66f938e733cfa248f79d35b6372473c86bc58e73 100644
|
| --- a/ash/common/system/tray/tray_popup_utils.cc
|
| +++ b/ash/common/system/tray/tray_popup_utils.cc
|
| @@ -39,7 +39,7 @@ std::unique_ptr<views::LayoutManager> CreateDefaultEndsLayoutManager() {
|
| box_layout->set_main_axis_alignment(
|
| views::BoxLayout::MAIN_AXIS_ALIGNMENT_CENTER);
|
| box_layout->set_cross_axis_alignment(
|
| - views::BoxLayout::CROSS_AXIS_ALIGNMENT_CENTER);
|
| + views::BoxLayout::CROSS_AXIS_ALIGNMENT_STRETCH);
|
| return std::unique_ptr<views::LayoutManager>(box_layout);
|
| }
|
|
|
|
|