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

Unified Diff: ui/app_list/views/search_result_tile_item_list_view.cc

Issue 2165483002: Fill the launcher with all found apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed. Created 4 years, 5 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
« ui/app_list/search/history.cc ('K') | « ui/app_list/search/history.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/search_result_tile_item_list_view.cc
diff --git a/ui/app_list/views/search_result_tile_item_list_view.cc b/ui/app_list/views/search_result_tile_item_list_view.cc
index bb563e19071d7c43806a59b74f5ba4555f6deb9f..5521a27abd0e58192de445e539d6b70718cdbbe6 100644
--- a/ui/app_list/views/search_result_tile_item_list_view.cc
+++ b/ui/app_list/views/search_result_tile_item_list_view.cc
@@ -19,8 +19,8 @@
namespace {
// Layout constants.
-const size_t kNumSearchResultTiles = 5;
-const int kTileSpacing = 7;
+const size_t kNumSearchResultTiles = 8;
+const int kTileSpacing = 2;
Matt Giuca 2016/07/19 07:29:10 What does the tile spacing change do? Is this chan
mtomasz 2016/07/19 07:41:22 Yes, it changes the specs for tiles, so 8 tiles ma
const int kTopBottomPadding = 8;
} // namespace
« ui/app_list/search/history.cc ('K') | « ui/app_list/search/history.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698