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

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

Issue 2482043002: [ash-md] Updated layout of Brightness and Audio system menu rows to the material design spec. (Closed)
Patch Set: Fixed the volume slider to transition to the detailed view on <return> keypress. 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/actionable_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 6666f10139c5b83be48ec163307bc50e0af5702f..295c004caadda0199aabb46e5f0e17b50acdedb4 100644
--- a/ash/common/system/tray/tray_constants.h
+++ b/ash/common/system/tray/tray_constants.h
@@ -146,10 +146,11 @@ enum TrayConstant {
// in the system menu that have a main image (e.g. default and detailed).
TRAY_POPUP_ITEM_MAIN_IMAGE_CONTAINER_WIDTH,
- // The width used for the 'more' arrow images. In general this applies to all
- // rows in the system menu that have a 'more' image however most, if not all,
- // are default rows.
- TRAY_POPUP_ITEM_MORE_IMAGE_CONTAINER_WIDTH,
+ // The width used for the images used in the 'more' region of default rows.
+ TRAY_POPUP_ITEM_MORE_IMAGE_SIZE,
+
+ // The horizontal inset in the 'more' region of default rows.
+ TRAY_POPUP_ITEM_MORE_REGION_HORIZONTAL_INSET,
// The left inset for all tray system menu rows.
TRAY_POPUP_ITEM_LEFT_INSET,
« no previous file with comments | « ash/common/system/tray/actionable_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