| Index: chrome/browser/resources/ntp4/bookmarks_page.js
|
| diff --git a/chrome/browser/resources/ntp4/bookmarks_page.js b/chrome/browser/resources/ntp4/bookmarks_page.js
|
| index 8dc75cb061e77959e568ba039b585555eff21e36..d2b4a3e09c8549ba7fbafde34f2fd180e4945d92 100644
|
| --- a/chrome/browser/resources/ntp4/bookmarks_page.js
|
| +++ b/chrome/browser/resources/ntp4/bookmarks_page.js
|
| @@ -214,6 +214,9 @@ cr.define('ntp4', function() {
|
| minTileWidth: 64,
|
| // The biggest a tile can be.
|
| maxTileWidth: 96,
|
| +
|
| + // The padding between tiles, as a fraction of the tile width.
|
| + tileSpacingFraction: 1 / 2,
|
| };
|
| TilePage.initGridValues(bookmarksPageGridValues);
|
|
|
|
|