зеркало из https://github.com/mozilla/pjs.git
Bug 623675 - Don't snap zoom to 100% as aggressively [r=mfinkle]
--HG-- extra : rebase_source : 9727ae11fe5e6b4eb4995283e4e1c0947b88345f
This commit is contained in:
Родитель
f1999e6ec2
Коммит
ea4bf9421b
|
@ -379,7 +379,7 @@ pref("browser.ui.kinetic.speedSensitivity", 80);
|
|||
pref("browser.ui.kinetic.swipeLength", 160);
|
||||
|
||||
// zooming
|
||||
pref("browser.ui.zoom.pageFitGranularity", 5); // don't zoom to fit by less than 1/5 (20%)
|
||||
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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче