| 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 af767db26732e93e70d5e9ee4751a0d780c50ac9..56eff09f73ab3bfa11b51738c3994da50b3485e6 100644
|
| --- a/ui/app_list/app_list_constants.cc
|
| +++ b/ui/app_list/app_list_constants.cc
|
| @@ -82,6 +82,8 @@ const int kGridIconDimension = 48;
|
|
|
| // The preferred app badge icon size.
|
| const int kAppBadgeIconSize = 12;
|
| +// The preferred badge background(circle) radius.
|
| +const int kBadgeBackgroundRadius = 10;
|
|
|
| // Preferred search result icon sizes.
|
| const int kListIconSize = 24;
|
|
|