turn on automatic image resizing

This commit is contained in:
chanial%noos.fr 2003-02-03 18:05:34 +00:00
Родитель 3083bffb88
Коммит 5da9c59be2
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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);