| Index: ash/common/system/tray/tray_constants.cc
|
| diff --git a/ash/common/system/tray/tray_constants.cc b/ash/common/system/tray/tray_constants.cc
|
| index 6b6f96bb661db1ea0efa2a18e01d7bfa9ac6593a..665f3b3ad1e9d2b74b491f31674fe9d04a3a1cbf 100644
|
| --- a/ash/common/system/tray/tray_constants.cc
|
| +++ b/ash/common/system/tray/tray_constants.cc
|
| @@ -78,7 +78,7 @@ const int kTrayNotificationContentsWidth =
|
| (kTrayPopupPaddingHorizontal / 2) * 3);
|
|
|
| const int kTrayIconSize = 16;
|
| -const int kTrayEdgePadding = 8;
|
| +const int kTrayEdgePadding = 6;
|
| const SkColor kTrayIconColor = SK_ColorWHITE;
|
| const int kMenuIconSize = 20;
|
| const SkColor kMenuIconColor = gfx::kChromeIconGrey;
|
|
|