Chromium Code Reviews| Index: ash/common/system/tray/tray_constants.h |
| diff --git a/ash/common/system/tray/tray_constants.h b/ash/common/system/tray/tray_constants.h |
| index b9d3a32af79e21e088847e920ffa694aa524518a..3e5ce916b61898f7e8f21d42fdbe445651d1d5e9 100644 |
| --- a/ash/common/system/tray/tray_constants.h |
| +++ b/ash/common/system/tray/tray_constants.h |
| @@ -97,6 +97,12 @@ extern const SkColor kTrayIconColor; |
| extern const int kMenuIconSize; |
| extern const SkColor kMenuIconColor; |
| +// The margin between the menu and the icon in system menu. |
| +extern const int kMenuIconMargin; |
| + |
| +// Padding around icons in system menu. |
| +extern const int kIconPadding; |
|
tdanderson
2016/09/15 16:13:26
Perhaps introduce a constant for the size of the b
yiyix
2016/09/19 20:24:55
I like the idea of using 48, as the design changes
|
| + |
| enum TrayConstant { |
| // A legacy height value used in non-MD calculations for applying additional |
| // borders on tray items. |