| 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,
|
|
|