Fix a bug Chrome is showing 2 rows of most visited tiles when query tiles are enabled
On small screen device, only 1 row of most visited tile should show when query tiles are enabled. However, TileSection hard coded the number of rows to 2. So even though Chrome reduced most visited tiles to 4, it could still end up showing in 2 rows if the screen can only accommodate 3 tiles in a row. BUG=1166388 Change-Id: I10dabcd0db1f56fa650ed999a9d353eabbf6ce5c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2630732 Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by:Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#844354}
Showing
Please register or sign in to comment