зеркало из https://github.com/mozilla/gecko-dev.git
turn on automatic image resizing
This commit is contained in:
Родитель
3083bffb88
Коммит
5da9c59be2
|
@ -147,6 +147,9 @@ pref("browser.tabs.loadFolderAndReplace", true);
|
|||
pref("browser.tabs.opentabfor.middleclick", true);
|
||||
pref("browser.tabs.opentabfor.urlbar", true);
|
||||
|
||||
// Image resizing
|
||||
pref("browser.enable_automatic_image_resizing", true);
|
||||
|
||||
// view source
|
||||
pref("view_source.syntax_highlight", true);
|
||||
pref("view_source.wrap_long_lines", false);
|
||||
|
|
|
@ -147,6 +147,9 @@ pref("browser.tabs.loadFolderAndReplace", true);
|
|||
pref("browser.tabs.opentabfor.middleclick", true);
|
||||
pref("browser.tabs.opentabfor.urlbar", true);
|
||||
|
||||
// Image resizing
|
||||
pref("browser.enable_automatic_image_resizing", true);
|
||||
|
||||
// view source
|
||||
pref("view_source.syntax_highlight", true);
|
||||
pref("view_source.wrap_long_lines", false);
|
||||
|
|
Загрузка…
Ссылка в новой задаче