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

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: 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 4a9ddadd4c9afd0ee009df35dcde77ce3d65eff4..faae7c062e6827292c3e29e11ec9abe6e517fa05 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