Skip to content

Commit

Permalink
Bug 1418822 - Make mousewheel scrolling feel faster. r=jaws
Browse files Browse the repository at this point in the history
  • Loading branch information
staktrace committed Aug 17, 2020
1 parent 1cda020 commit 8882dbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/libpref/init/StaticPrefList.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3778,12 +3778,12 @@

- name: general.smoothScroll.mouseWheel.durationMaxMS
type: RelaxedAtomicInt32
value: 400
value: 200
mirror: always

- name: general.smoothScroll.mouseWheel.durationMinMS
type: RelaxedAtomicInt32
value: 200
value: 50
mirror: always

- name: general.smoothScroll.other.durationMaxMS
Expand Down

0 comments on commit 8882dbe

Please sign in to comment.