зеркало из https://github.com/mozilla/pjs.git
Bug 627814 - Text Reflow: Turn off by default :( [r=mbrubeck]
This commit is contained in:
Родитель
eac8739f3c
Коммит
000782f09e
|
@ -398,7 +398,7 @@ pref("browser.ui.kinetic.swipeLength", 160);
|
|||
// zooming
|
||||
pref("browser.ui.zoom.pageFitGranularity", 9); // don't zoom to fit by less than 1/9 (11%)
|
||||
pref("browser.ui.zoom.animationDuration", 200); // ms duration of double-tap zoom animation
|
||||
pref("browser.ui.zoom.reflow", true); // Change text wrapping on double-tap
|
||||
pref("browser.ui.zoom.reflow", false); // Change text wrapping on double-tap
|
||||
|
||||
// pinch gesture
|
||||
pref("browser.ui.pinch.maxGrowth", 150); // max pinch distance growth
|
||||
|
|
Загрузка…
Ссылка в новой задаче