mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 898842 - Increase fling momentum. r=jimm
This commit is contained in:
parent
a58d328a77
commit
b196b9eb5d
@ -30,6 +30,7 @@ pref("prompts.tab_modal.enabled", true);
|
||||
// Enable off main thread compositing
|
||||
pref("layers.offmainthreadcomposition.enabled", true);
|
||||
pref("layers.async-pan-zoom.enabled", false);
|
||||
pref("gfx.axis.fling_friction", "0.002");
|
||||
|
||||
// Enable Microsoft TSF support by default for imes.
|
||||
pref("intl.enable_tsf_support", true);
|
||||
|
Loading…
Reference in New Issue
Block a user