Index: ash/system/tray/tray_constants.cc |
diff --git a/ash/system/tray/tray_constants.cc b/ash/system/tray/tray_constants.cc |
index 45047e7d5816e74666a4949bdb671f794901bd1c..b5ef712f257651a859c0058f959097315dd59862 100644 |
--- a/ash/system/tray/tray_constants.cc |
+++ b/ash/system/tray/tray_constants.cc |
@@ -65,5 +65,6 @@ const int kTrayNotificationContentsWidth = kTrayPopupMinWidth - |
(kNotificationIconWidth + kNotificationButtonWidth + |
(kTrayPopupPaddingHorizontal / 2) * 3); |
const int kTraySpacing = 8; |
+const int kAlternateTraySpacing = 4; |
Mr4D (OOO till 08-26)
2013/08/06 21:10:34
This feels rather odd. If in all cases where kTray
|
} // namespace ash |