| 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 a7cda5a74fec0bd57c525c16bb061856ee7a0b44..991692112b6c8c27f41679f0afdbe71632311af2 100644
|
| --- a/ash/common/system/tray/tray_popup_utils.cc
|
| +++ b/ash/common/system/tray/tray_popup_utils.cc
|
| @@ -44,7 +44,7 @@ namespace {
|
| std::unique_ptr<views::LayoutManager> CreateDefaultCenterLayoutManager() {
|
| // TODO(bruthig): Use constants instead of magic numbers.
|
| auto box_layout =
|
| - base::MakeUnique<views::BoxLayout>(views::BoxLayout::kVertical, 4, 8, 4);
|
| + base::MakeUnique<views::BoxLayout>(views::BoxLayout::kVertical, 4, 8, 0);
|
| box_layout->set_main_axis_alignment(
|
| views::BoxLayout::MAIN_AXIS_ALIGNMENT_CENTER);
|
| box_layout->set_cross_axis_alignment(
|
|
|