Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Unified Diff: ash/common/system/tray/tray_constants.h

Issue 2390003002: [Chrome OS MD] Update spacing between material design icons in the system tray (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 0ed8c6319dbce99ef1726bbe4a15162a41454693..1501c787df4ea17cb4a610ccc6cef2784e8ea22b 100644
--- a/ash/common/system/tray/tray_constants.h
+++ b/ash/common/system/tray/tray_constants.h
@@ -24,9 +24,7 @@ extern const int kBubblePaddingVerticalSide;
extern const int kTrayBubbleAnchorTopInsetBottomAnchor;
-extern const int kTrayImageItemHorizontalPaddingBottomAlignment;
extern const int kTrayImageItemHorizontalPaddingVerticalAlignment;
-extern const int kTrayImageItemVerticalPaddingVerticalAlignment;
ASH_EXPORT extern const int kTrayItemSize;
@@ -119,6 +117,9 @@ enum TrayConstant {
// The icon size of opt-in IME menu tray.
TRAY_IME_MENU_ICON,
+
+ // The padding needed between 2 items in the tray area in the shelf.
tdanderson 2016/10/05 21:34:29 The spec says we need a padding of 6 between two i
yiyix 2016/10/05 22:46:47 Done.
+ TRAY_IMAGE_ITEM_PADDING,
};
int GetTrayConstant(TrayConstant constant);

Powered by Google App Engine
This is Rietveld 408576698