зеркало из https://github.com/mozilla/pjs.git
Bug 554979 - zoomin and zoomout should use better/nonlinear increments (missing part) [r=mfinkle]
This commit is contained in:
Родитель
643192f430
Коммит
14fe7929c5
|
@ -46,6 +46,11 @@ pref("browser.tabs.warnOnClose", true);
|
|||
|
||||
pref("toolkit.screen.lock", false);
|
||||
|
||||
// From libpref/src/init/all.js, extended to allow a slightly wider zoom range.
|
||||
pref("zoom.minPercent", 20);
|
||||
pref("zoom.maxPercent", 400);
|
||||
pref("toolkit.zoomManager.zoomValues", ".2,.3,.5,.67,.8,.9,1,1.1,1.2,1.33,1.5,1.7,2,2.4,3,4");
|
||||
|
||||
/* use custom widget for html:select */
|
||||
pref("ui.use_native_popup_windows", true);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче