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

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

Issue 10384217: Add left/right layout support for uber tray. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to resolve patching issue. Created 8 years, 7 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
Index: ash/system/tray/tray_constants.cc
diff --git a/ash/system/tray/tray_constants.cc b/ash/system/tray/tray_constants.cc
index 10756c6f92beb53b01148826d8f57c59a997a801..11a9d88a4fd677744f3ef83cdd2215384a7020be 100644
--- a/ash/system/tray/tray_constants.cc
+++ b/ash/system/tray/tray_constants.cc
@@ -8,8 +8,11 @@
namespace ash {
-const int kPaddingFromRightEdgeOfScreen = 15;
-const int kPaddingFromBottomOfScreen = 10;
+const int kPaddingFromRightEdgeOfScreenBottomAlignment = 15;
+const int kPaddingFromBottomOfScreenBottomAlignment = 10;
+const int kPaddingFromLeftEdgeOfScreenLeftAlignment = 13;
+const int kPaddingFromRightEdgeOfScreenRightAlignment = 2;
+const int kPaddingFromBottomOfScreenVerticalAlignment = 9;
const int kTrayPopupAutoCloseDelayInSeconds = 2;
const int kTrayPopupAutoCloseDelayForTextInSeconds = 5;

Powered by Google App Engine
This is Rietveld 408576698