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

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

Issue 1998933002: Update shelf spacing in Chrome OS according to the MD specs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments from @tdanderson Created 4 years, 6 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 f6c9c16e1a61bdb604ee67dad85f59e69b9da496..e5169ef8713dcd5cfc2ffb3b59242d41ca274606 100644
--- a/ash/common/system/tray/tray_constants.h
+++ b/ash/common/system/tray/tray_constants.h
@@ -22,7 +22,15 @@ extern const int kBubblePaddingHorizontalSide;
extern const int kBubblePaddingVerticalBottom;
extern const int kBubblePaddingVerticalSide;
-extern const int kPaddingFromEdgeOfShelf;
+extern const int kAdjustBackgroundPadding;
+enum ShelfStatusAreaInset {
tdanderson 2016/06/13 19:02:51 I would just call this TrayConstant (to be consist
yiyix 2016/06/13 19:14:00 Done.
+ // Padding between items in the status tray area.
+ TRAY_SPACING,
+
+ // Padding between the edge of shelf and the item in status tray area.
+ PADDING_FROM_EDGE_OF_SHELF,
+};
+
extern const int kTrayBubbleAnchorTopInsetBottomAnchor;
extern const int kTrayImageItemHorizontalPaddingBottomAlignment;
@@ -76,8 +84,11 @@ extern const int kTrayNotificationContentsWidth;
extern const int kTrayAvatarCornerRadius;
extern const int kTrayAvatarSize;
-extern const int kTraySpacing;
+extern const int kMessageCenterBubblePadding;
extern const int kShelfItemHeight;
+extern const int kShelfItemSizeMD;
+
+int GetTrayConstant(ShelfStatusAreaInset constant);
namespace test {
const int kSettingsTrayItemViewId = 10000;

Powered by Google App Engine
This is Rietveld 408576698