Index: ui/app_list/app_list_constants.cc |
diff --git a/ui/app_list/app_list_constants.cc b/ui/app_list/app_list_constants.cc |
index 527b0d6e590b20611504290701c4c64e5c21a1fa..8c1899160c0ac3dec52e84617437876d10a3d2d7 100644 |
--- a/ui/app_list/app_list_constants.cc |
+++ b/ui/app_list/app_list_constants.cc |
@@ -7,7 +7,6 @@ |
namespace app_list { |
const SkColor kContentsBackgroundColor = SkColorSetRGB(0xFB, 0xFB, 0xFB); |
-const SkColor kContentsSwitcherBackgroundColor = SK_ColorWHITE; |
const SkColor kSearchBoxBackground = SK_ColorWHITE; |
const SkColor kTopSeparatorColor = SkColorSetRGB(0xE5, 0xE5, 0xE5); |
const SkColor kBottomSeparatorColor = SkColorSetRGB(0xE5, 0xE5, 0xE5); |
@@ -78,6 +77,9 @@ const int kExperimentalPreferredRows = 4; |
// Radius of the circle, in which if entered, show re-order preview. |
const int kReorderDroppingCircleRadius = 35; |
+// The padding around the outside of the experimental app list (top and sides). |
+const int kExperimentalWindowPadding = 23; |
+ |
// Height of separator between the main view and contents switcher and of |
// the launcher page indicator. |
const int kContentsSwitcherSeparatorHeight = 1; |