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

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

Issue 2439093002: Reland of "Added common layout framework for system menu rows." (Closed)
Patch Set: Addressed review comments. 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/tray/size_range_layout_unittest.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 3282ba7f16712b96543fff41f5d0176a87253aa1..b739d6a2e6549596dba1f6309baeba5d78ea9336 100644
--- a/ash/common/system/tray/tray_constants.h
+++ b/ash/common/system/tray/tray_constants.h
@@ -115,6 +115,18 @@ enum TrayConstant {
// The height of the rows in the system tray menu.
TRAY_POPUP_ITEM_HEIGHT,
+ // The left inset for all tray system menu rows.
+ TRAY_POPUP_ITEM_LEFT_INSET,
+
+ // The right inset for all tray system menu rows.
+ TRAY_POPUP_ITEM_RIGHT_INSET,
+
+ // The minimum default width for the left container of the system menu rows.
+ TRAY_POPUP_ITEM_MIN_START_WIDTH,
+
+ // The minimum default width for the right container of the system menu rows.
+ TRAY_POPUP_ITEM_MIN_END_WIDTH,
+
// The width and height of the virtual keyboard button in the status tray
// area. For non-MD, adjustments are made to the button dimensions based on
// the shelf orientation, so this constant does not specify the true
« no previous file with comments | « ash/common/system/tray/size_range_layout_unittest.cc ('k') | ash/common/system/tray/tray_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698