mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Turn down the sizing for font inflation a bit (bug 627842), at least until we sort out Android dpi issues. (Bug 705278)
This commit is contained in:
parent
51aa142c96
commit
7fcbca9d91
@ -420,7 +420,7 @@ 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);
|
||||
pref("font.size.inflation.minTwips", 120);
|
||||
|
||||
// pinch gesture
|
||||
pref("browser.ui.pinch.maxGrowth", 150); // max pinch distance growth
|
||||
|
Loading…
Reference in New Issue
Block a user