Bug 1026561 - The New Tab Page should be smarter about showing more tiles when on large screens [r=adw]

Bump up default columns to fit most Firefox users including 2560px wide resolutions.
This commit is contained in:
Ed Lee 2014-07-15 22:28:08 -07:00
parent 9eebe50a0d
commit a289ea31a6

View File

@ -1468,7 +1468,7 @@ pref("browser.newtabpage.enabled", true);
pref("browser.newtabpage.rows", 3);
// number of columns of newtab grid
pref("browser.newtabpage.columns", 3);
pref("browser.newtabpage.columns", 8);
// directory tiles download URL
pref("browser.newtabpage.directory.source", "chrome://global/content/directoryLinks.json");