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

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: address nits 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
« no previous file with comments | « ash/common/system/date/date_view.cc ('k') | ash/common/system/tray/tray_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..036f6a4b7f352be738435679bd312f68fb467dec 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,
+
+ // Extra padding used beside a single icon in the tray area of the shelf.
+ TRAY_IMAGE_ITEM_PADDING,
};
int GetTrayConstant(TrayConstant constant);
« no previous file with comments | « ash/common/system/date/date_view.cc ('k') | ash/common/system/tray/tray_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698