| Index: ui/app_list/views/folder_header_view.cc
|
| diff --git a/ui/app_list/views/folder_header_view.cc b/ui/app_list/views/folder_header_view.cc
|
| index d600a46c840b90b96cea16327b1ea0b2e5333589..9505a5b0f910fc0a1fc147bef6508956ab9f4098 100644
|
| --- a/ui/app_list/views/folder_header_view.cc
|
| +++ b/ui/app_list/views/folder_header_view.cc
|
| @@ -21,7 +21,7 @@ namespace {
|
|
|
| const int kPreferredWidth = 360;
|
| const int kPreferredHeight = 48;
|
| -const int kIconDimension = 32;
|
| +const int kIconDimension = 24;
|
| const int kPadding = 14;
|
| const int kFolderNameWidth = 150;
|
| const int kFolderNameHeight = 30;
|
|
|