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

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

Issue 7846006: ntp4: sprucing up bookmarks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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/bookmarks_page.js ('k') | chrome/browser/resources/ntp4/new_tab.html » ('j') | 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 621dfba7b43a273a2f9ae44a024d9c9954891857..0abc4a33115586efd6fa5d3f53c81bb51b5b0ff3 100644
--- a/chrome/browser/resources/ntp4/most_visited_page.js
+++ b/chrome/browser/resources/ntp4/most_visited_page.js
@@ -252,6 +252,9 @@ cr.define('ntp4', function() {
minTileWidth: 122,
// The biggest a tile can be. 212 (max thumbnail width) + 2.
maxTileWidth: 214,
+
+ // The padding between tiles, as a fraction of the tile width.
+ tileSpacingFraction: 1 / 8,
};
TilePage.initGridValues(mostVisitedPageGridValues);
« no previous file with comments | « chrome/browser/resources/ntp4/bookmarks_page.js ('k') | chrome/browser/resources/ntp4/new_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698