mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1229839 - Adjust some fling physics prefs based on UX feedback. r=snorp
This commit is contained in:
parent
341c0cde42
commit
30ad396652
@ -576,7 +576,8 @@ pref("apz.fling_curve_function_y1", "0.0");
|
||||
pref("apz.fling_curve_function_x2", "0.80");
|
||||
pref("apz.fling_curve_function_y2", "1.0");
|
||||
pref("apz.fling_curve_threshold_inches_per_ms", "0.01");
|
||||
pref("apz.fling_friction", "0.0019");
|
||||
pref("apz.fling_friction", "0.004");
|
||||
pref("apz.fling_stopped_threshold", "0.1");
|
||||
pref("apz.max_velocity_inches_per_ms", "0.07");
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user