| 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..99cca8d0eb3e9b37520ff8e51f984db18db95763 100644
|
| --- a/ash/common/system/tray/tray_constants.cc
|
| +++ b/ash/common/system/tray/tray_constants.cc
|
| @@ -104,7 +104,7 @@ const int kTrayPopupInkDropInset = 4;
|
| int GetTrayConstant(TrayConstant constant) {
|
| const int kTrayItemHeightLegacy[] = {38, kTrayItemSize, kTrayItemSize};
|
| const int kTraySpacing[] = {4, 0, 0};
|
| - const int kTrayPaddingFromEdgeOfShelf[] = {3, 4, 4};
|
| + const int kTrayPaddingFromEdgeOfShelf[] = {3, 3, 3};
|
| const int kTrayPopupItemMinHeight[] = {46, 48, 48};
|
| const int kTrayPopupItemMaxHeight[] = {138, 144, 144};
|
| // FixedSizedImageViews use the contained ImageView's width for 0 values.
|
|
|