summaryrefslogtreecommitdiff
path: root/firefox-redhat-default-prefs.js
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2004-12-12 08:42:36 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2004-12-12 08:42:36 +0000
commit2ca6e872bbfafb6b88fea8bb41b45aa016db36a7 (patch)
tree57eefcc86d1e1883fef57b1dde970eb81d139e32 /firefox-redhat-default-prefs.js
parentneed prdtoa patch as well (diff)
downloadlibrewolf-fedora-ff-2ca6e872bbfafb6b88fea8bb41b45aa016db36a7.tar.gz
librewolf-fedora-ff-2ca6e872bbfafb6b88fea8bb41b45aa016db36a7.tar.bz2
librewolf-fedora-ff-2ca6e872bbfafb6b88fea8bb41b45aa016db36a7.zip
- Fix spacing in textareas when using pango for rendering
- Enable pango rendering by default. - Enable smooth scrolling by default
Diffstat (limited to 'firefox-redhat-default-prefs.js')
-rw-r--r--firefox-redhat-default-prefs.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox-redhat-default-prefs.js b/firefox-redhat-default-prefs.js
new file mode 100644
index 0000000..32f4c67
--- /dev/null
+++ b/firefox-redhat-default-prefs.js
@@ -0,0 +1,2 @@
+pref("browser.display.use_system_colors", true);
+pref("general.smoothScroll", true);
bgstack15