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

Unified Diff: chrome/browser/resources/ntp_search/tile_page.js

Issue 10983045: NTP5: Adjusting dynamic padding implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Syncing and rebasing Created 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp_search/tile_page.js
diff --git a/chrome/browser/resources/ntp_search/tile_page.js b/chrome/browser/resources/ntp_search/tile_page.js
index a64134ef65d78c60df57e1ab691825e0aa627e75..97c9c8edfcf1be1e0b7f4b4b756b69379de231b9 100644
--- a/chrome/browser/resources/ntp_search/tile_page.js
+++ b/chrome/browser/resources/ntp_search/tile_page.js
@@ -85,7 +85,7 @@ cr.define('ntp', function() {
* @type {number}
* @const
*/
- var UPPER_SECTION_HEIGHT = 34;
+ var UPPER_SECTION_HEIGHT = 289;
//----------------------------------------------------------------------------
// Tile
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698