mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 873969: Add a default value for the preference 'browser.zoom.reflowOnZoom.minFontSizeTwips'. [r=snorp]
This commit is contained in:
parent
fb7ba85027
commit
f84c37969e
@ -3861,6 +3861,14 @@ pref("browser.zoom.reflowZoom.reflowTimeout", 500);
|
||||
*/
|
||||
pref("browser.zoom.reflowZoom.reflowTextOnPageLoad", true);
|
||||
|
||||
|
||||
/**
|
||||
* The minimum font size to maintain when double-tap zooming into an element, in
|
||||
* twips. The browser will attempt to make the frame large enough to enlarge the
|
||||
* font size to this value.
|
||||
*/
|
||||
pref("browser.zoom.reflowZoom.minFontSizeTwips", 120);
|
||||
|
||||
// Image-related prefs
|
||||
// The maximum size, in bytes, of the decoded images we cache
|
||||
pref("image.cache.size", 5242880);
|
||||
|
Loading…
Reference in New Issue
Block a user