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

Unified Diff: ui/app_list/app_list_constants.cc

Issue 889593003: Animate the app list search box shadow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_animations
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | ui/app_list/views/contents_animator.cc » ('j') | ui/app_list/views/contents_animator.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | ui/app_list/views/contents_animator.cc » ('j') | ui/app_list/views/contents_animator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698