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

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

Issue 2491033006: Adjust positioning of cros tray bubbles. (Closed)
Patch Set: rebase 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.cc
diff --git a/ash/common/system/tray/tray_constants.cc b/ash/common/system/tray/tray_constants.cc
index 665f3b3ad1e9d2b74b491f31674fe9d04a3a1cbf..697999d8714d38cffa2f73e948e3afcfc66578e8 100644
--- a/ash/common/system/tray/tray_constants.cc
+++ b/ash/common/system/tray/tray_constants.cc
@@ -104,7 +104,7 @@ const int kTrayPopupInkDropInset = 4;
int GetTrayConstant(TrayConstant constant) {
const int kTrayItemHeightLegacy[] = {38, kTrayItemSize, kTrayItemSize};
const int kTraySpacing[] = {4, 0, 0};
- const int kTrayPaddingFromEdgeOfShelf[] = {3, 4, 4};
+ const int kTrayPaddingFromEdgeOfShelf[] = {3, 3, 3};
const int kTrayPopupItemMinHeight[] = {46, 48, 48};
const int kTrayPopupItemMaxHeight[] = {138, 144, 144};
// FixedSizedImageViews use the contained ImageView's width for 0 values.
« no previous file with comments | « ash/common/system/tray/tray_background_view.cc ('k') | ash/common/system/web_notification/web_notification_tray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698