Index: ash/system/tray/tray_constants.cc |
diff --git a/ash/system/tray/tray_constants.cc b/ash/system/tray/tray_constants.cc |
index 5ce1f0ef41cf957b948ecab16a4db33d7e503be8..62a389e8ecc735a85fe311bf870f64eef456de45 100644 |
--- a/ash/system/tray/tray_constants.cc |
+++ b/ash/system/tray/tray_constants.cc |
@@ -15,7 +15,11 @@ const int kPaddingFromOuterEdgeOfLauncherVerticalAlignment = 8; |
const int kPaddingFromInnerEdgeOfLauncherVerticalAlignment = 9; |
const int kPaddingFromBottomOfScreenVerticalAlignment = 10; |
-// Inset between the edge of the shelf region and the status tray. |
+const int kAlternateLayoutBubblePaddingHorizontalBottom = 6; |
James Cook
2013/09/18 01:36:07
Maybe a quick comment about padding between what a
|
+const int kAlternateLayoutBubblePaddingHorizontalSide = 10; |
+const int kAlternateLayoutBubblePaddingVerticalBottom = 3; |
+const int kAlternateLayoutBubblePaddingVerticalSide = 15; |
+ |
const int kPaddingFromEdgeOfShelf = 3; |
// Top inset of system tray bubble for bottom anchor alignment. |