Enable font size inflation for Android native mobile browser. (Bug 627842, patch 18)

This applies the same patch made to the default preferences of XUL
fennec (mobile/xul/app/mobile.js) in Bug 627842, patch 4 (changeset
d3e230bec2f9, r=roc) to the default preferences of Android Fennec.
This commit is contained in:
L. David Baron 2011-11-24 15:40:14 -08:00
Родитель ab42ceb8c9
Коммит 84b3393f4c
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -420,6 +420,8 @@ pref("browser.ui.zoom.animationDuration", 200); // ms duration of double-tap zoo
pref("browser.ui.zoom.reflow", false); // Change text wrapping on double-tap
pref("browser.ui.zoom.reflow.fontSize", 720);
pref("font.size.inflation.minTwips", 160);
// pinch gesture
pref("browser.ui.pinch.maxGrowth", 150); // max pinch distance growth
pref("browser.ui.pinch.maxShrink", 200); // max pinch distance shrinkage