зеркало из https://github.com/mozilla/gecko-dev.git
Followup to bug 789358: Make hit-target fluff margins match fennec's. DONTBUILD
This commit is contained in:
Родитель
9cbce41576
Коммит
0808c5de09
|
@ -554,8 +554,17 @@ pref("dom.disable_window_open_dialog_feature", true);
|
|||
pref("accessibility.accessfu.activate", 2);
|
||||
|
||||
// Enable hit-target fluffing
|
||||
pref("ui.touch.radius.enabled", true);
|
||||
pref("ui.mouse.radius.enabled", true);
|
||||
pref("ui.touch.radius.enabled", false);
|
||||
pref("ui.touch.radius.leftmm", 3);
|
||||
pref("ui.touch.radius.topmm", 5);
|
||||
pref("ui.touch.radius.rightmm", 3);
|
||||
pref("ui.touch.radius.bottommm", 2);
|
||||
|
||||
pref("ui.mouse.radius.enabled", false);
|
||||
pref("ui.mouse.radius.leftmm", 3);
|
||||
pref("ui.mouse.radius.topmm", 5);
|
||||
pref("ui.mouse.radius.rightmm", 3);
|
||||
pref("ui.mouse.radius.bottommm", 2);
|
||||
|
||||
// Disable native prompt
|
||||
pref("browser.prompt.allowNative", false);
|
||||
|
|
Загрузка…
Ссылка в новой задаче