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 11108aea87881e65b2b6a22b10511bc6e5367bc0..261f31f3e460cd7885e1e928b2fadf161bd030bc 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_spread_blank_space(true); |
+ layout->set_main_axis_alignment(views::BoxLayout::MAIN_AXIS_ALIGNMENT_FILL); |
SetLayoutManager(layout); |
SetPaintToLayer(view->layer() != NULL); |
if (view->layer()) |