mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
9eebe50a0d
commit
a289ea31a6
@ -1468,7 +1468,7 @@ pref("browser.newtabpage.enabled", true);
|
|||||||
pref("browser.newtabpage.rows", 3);
|
pref("browser.newtabpage.rows", 3);
|
||||||
|
|
||||||
// number of columns of newtab grid
|
// number of columns of newtab grid
|
||||||
pref("browser.newtabpage.columns", 3);
|
pref("browser.newtabpage.columns", 8);
|
||||||
|
|
||||||
// directory tiles download URL
|
// directory tiles download URL
|
||||||
pref("browser.newtabpage.directory.source", "chrome://global/content/directoryLinks.json");
|
pref("browser.newtabpage.directory.source", "chrome://global/content/directoryLinks.json");
|
||||||
|
Loading…
Reference in New Issue
Block a user