| 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 a17864e3802ca40db159684da47351c9af7fbea9..4e90e716fc4eec39d6e55a3832969c19aa14861f 100644
|
| --- a/ui/app_list/app_list_constants.cc
|
| +++ b/ui/app_list/app_list_constants.cc
|
| @@ -50,7 +50,7 @@ const float kFolderBubbleRadius = 23;
|
| const float kFolderShadowRadius = 23.5;
|
| const float kFolderShadowOffsetY = 1;
|
|
|
| -const int kCardShadowBlur = 4;
|
| +const int kCardShadowBlur = 2;
|
| const int kCardShadowYOffset = 1;
|
| const SkColor kCardShadowColor = SkColorSetARGB(0x4C, 0, 0, 0);
|
| const SkColor kCardBackgroundColor = SK_ColorWHITE;
|
|
|