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

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

Issue 2485963003: Minor adjustment to edge padding of tray. (Closed)
Patch Set: Created 4 years, 1 month 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/tray/system_tray.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 6035312a3da9ead13c35aaedddc53187c2d72ac3..691c0f5b69f722518e1252390a9314132931b62e 100644
--- a/ash/common/system/tray/tray_constants.h
+++ b/ash/common/system/tray/tray_constants.h
@@ -96,6 +96,10 @@ extern const int kHorizontalSeparatorHeight;
extern const int kTrayIconSize;
extern const SkColor kTrayIconColor;
+// The total visual padding at the start and end of the icon/label section
+// of the tray.
+extern const int kTrayEdgePadding;
+
// The size and foreground color of the icons appearing in the material design
// system menu.
extern const int kMenuIconSize;
« no previous file with comments | « ash/common/system/tray/system_tray.cc ('k') | ash/common/system/tray/tray_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698