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..cea360bf778b358db43937b9c55fc428e813aaec 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->SetDefaultFlex(1); |
SetLayoutManager(layout); |
SetPaintToLayer(view->layer() != NULL); |
if (view->layer()) |