Index: chrome/browser/resources/ntp4/apps_page.js |
diff --git a/chrome/browser/resources/ntp4/apps_page.js b/chrome/browser/resources/ntp4/apps_page.js |
index 2edc48f209edb965c7db46142820ac7f5dd6977b..d1f1a0b3e5debbc774841075d5086d2fbe3cc7ba 100644 |
--- a/chrome/browser/resources/ntp4/apps_page.js |
+++ b/chrome/browser/resources/ntp4/apps_page.js |
@@ -382,7 +382,7 @@ cr.define('ntp4', function() { |
maxColCount: 6, |
// The smallest a tile can be. |
- minTileWidth: 96 / APP_IMG_SIZE_FRACTION, |
+ minTileWidth: 64 / APP_IMG_SIZE_FRACTION, |
// The biggest a tile can be. |
maxTileWidth: 128 / APP_IMG_SIZE_FRACTION, |
}; |