| Index: chrome/browser/resources/ntp4/most_visited_page.js
|
| ===================================================================
|
| --- chrome/browser/resources/ntp4/most_visited_page.js (revision 98657)
|
| +++ chrome/browser/resources/ntp4/most_visited_page.js (working copy)
|
| @@ -259,8 +259,8 @@
|
| * @return {number} The height.
|
| */
|
| function heightForWidth(width) {
|
| - // The 2s are for borders, the 23 is for the title.
|
| - return (width - 2) * 132 / 212 + 2 + 23;
|
| + // The 2s are for borders, the 31 is for the title.
|
| + return (width - 2) * 132 / 212 + 2 + 31;
|
| }
|
|
|
| var THUMBNAIL_COUNT = 8;
|
|
|