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

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

Issue 11428075: NTP5: Implementing two rows option for Apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: NTP5: Implementing two rows option for Apps Created 8 years 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
Index: chrome/browser/resources/ntp_search/apps_page.js
diff --git a/chrome/browser/resources/ntp_search/apps_page.js b/chrome/browser/resources/ntp_search/apps_page.js
index 92abdb373f5ebdd68b5e920361805a67ea2c5ed5..c24d6b05fce339b53fd605664e9b5af6c147ecca 100644
--- a/chrome/browser/resources/ntp_search/apps_page.js
+++ b/chrome/browser/resources/ntp_search/apps_page.js
@@ -578,7 +578,7 @@ cr.define('ntp', function() {
// The width of a cell.
cellWidth: 70,
// The start margin of a cell (left or right according to text direction).
- cellMarginStart: 12,
+ cellMarginStart: 22,
// The maximum number of Tiles to be displayed.
maxTileCount: 20,
// Whether the TilePage content will be scrollable.
« no previous file with comments | « chrome/browser/resources/ntp_search/apps_page.css ('k') | chrome/browser/resources/ntp_search/mock/debug.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698