| Index: ash/system/tray/system_tray_bubble.cc
|
| diff --git a/ash/system/tray/system_tray_bubble.cc b/ash/system/tray/system_tray_bubble.cc
|
| index 261f31f3e460cd7885e1e928b2fadf161bd030bc..42f56905800eb1cb28205c5cec8500cba2a8f1dd 100644
|
| --- a/ash/system/tray/system_tray_bubble.cc
|
| +++ b/ash/system/tray/system_tray_bubble.cc
|
| @@ -53,7 +53,7 @@ class TrayPopupItemContainer : public views::View {
|
| }
|
| views::BoxLayout* layout = new views::BoxLayout(
|
| views::BoxLayout::kVertical, 0, 0, 0);
|
| - layout->set_main_axis_alignment(views::BoxLayout::MAIN_AXIS_ALIGNMENT_FILL);
|
| + layout->set_default_flex(1);
|
| SetLayoutManager(layout);
|
| SetPaintToLayer(view->layer() != NULL);
|
| if (view->layer())
|
|
|