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

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 bad merge. 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
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,

Powered by Google App Engine
This is Rietveld 408576698