| Index: ash/common/system/tray/system_tray.cc
|
| diff --git a/ash/common/system/tray/system_tray.cc b/ash/common/system/tray/system_tray.cc
|
| index db02bb6870cb788044bd8041ab7f7e03aa0119a7..1aa43d3100e309f6e3329b7bf808d6bf8197506b 100644
|
| --- a/ash/common/system/tray/system_tray.cc
|
| +++ b/ash/common/system/tray/system_tray.cc
|
| @@ -182,6 +182,8 @@ SystemTray::SystemTray(WmShelf* wm_shelf)
|
| screen_capture_tray_item_(nullptr),
|
| screen_share_tray_item_(nullptr) {
|
| SetContentsBackground();
|
| + if (MaterialDesignController::IsSystemTrayMenuMaterial())
|
| + tray_container()->SetMargin(GetTrayConstant(TRAY_IMAGE_ITEM_PADDING), 0);
|
| }
|
|
|
| SystemTray::~SystemTray() {
|
|
|