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

Unified Diff: chrome/browser/resources/ntp4/most_visited_page.js

Issue 7658007: ntp4: tweak the minimum size we're willing to show most visited tiles at (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: also for apps Created 9 years, 4 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
« no previous file with comments | « chrome/browser/resources/ntp4/apps_page.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/most_visited_page.js
diff --git a/chrome/browser/resources/ntp4/most_visited_page.js b/chrome/browser/resources/ntp4/most_visited_page.js
index fa8e84e26749abb3a30cfc7871a6d27578ffc843..bb8c05b9f60d512436d35a385b1fb799a9965b41 100644
--- a/chrome/browser/resources/ntp4/most_visited_page.js
+++ b/chrome/browser/resources/ntp4/most_visited_page.js
@@ -237,7 +237,7 @@ cr.define('ntp4', function() {
// TODO(estade): Change these to real values.
// The smallest a tile can be.
- minTileWidth: 200,
+ minTileWidth: 122,
// The biggest a tile can be.
maxTileWidth: 240,
};
« no previous file with comments | « chrome/browser/resources/ntp4/apps_page.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698