Bug 873969: Add a default value for the preference 'browser.zoom.reflowOnZoom.minFontSizeTwips'. [r=snorp]

This commit is contained in:
Scott Johnson 2013-05-20 03:53:40 -05:00
parent fb7ba85027
commit f84c37969e

View File

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