| 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 60f36e275f7151a16d0d0d4a0c1777769d9d9b52..00bbda863956519dcceae494033859257556c8ea 100644
|
| --- a/ash/common/system/tray/tray_popup_utils.cc
|
| +++ b/ash/common/system/tray/tray_popup_utils.cc
|
| @@ -11,6 +11,7 @@
|
| #include "ash/common/system/tray/fixed_sized_image_view.h"
|
| #include "ash/common/system/tray/size_range_layout.h"
|
| #include "ash/common/system/tray/tray_constants.h"
|
| +#include "ash/common/system/tray/tray_popup_item_style.h"
|
| #include "ash/common/system/tray/tray_popup_label_button.h"
|
| #include "ash/common/system/tray/tray_popup_label_button_border.h"
|
| #include "ash/common/wm_shell.h"
|
| @@ -105,8 +106,10 @@ class BorderlessLabelButton : public views::LabelButton {
|
| set_has_ink_drop_action_on_click(true);
|
| set_ink_drop_base_color(kTrayPopupInkDropBaseColor);
|
| set_ink_drop_visible_opacity(kTrayPopupInkDropRippleOpacity);
|
| - const int kHorizontalPadding = 20;
|
| + const int kHorizontalPadding = 8;
|
| SetBorder(views::CreateEmptyBorder(gfx::Insets(0, kHorizontalPadding)));
|
| + TrayPopupItemStyle style(nullptr, TrayPopupItemStyle::FontStyle::BUTTON);
|
| + style.SetupLabel(label());
|
| // TODO(tdanderson): Update focus rect for material design. See
|
| // crbug.com/615892
|
| } else {
|
|
|