| 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 84706bd88634e27e750b50a938b60a5bf62bd06f..d08b911c2b0c931f2b1264be26f921cf2a9c4ce8 100644
|
| --- a/ui/app_list/app_list_constants.cc
|
| +++ b/ui/app_list/app_list_constants.cc
|
| @@ -83,7 +83,7 @@ const gfx::Tween::Type kFolderFadeOutTweenType = gfx::Tween::FAST_OUT_LINEAR_IN;
|
|
|
| // Preferred number of columns and rows in apps grid.
|
| const int kPreferredCols = 4;
|
| -const int kPreferredRows = 4;
|
| +const int kPreferredRows = 3;
|
| const int kGridIconDimension = 48;
|
|
|
| // Preferred search result icon sizes.
|
|
|