Merge lp://staging/~bilalakhtar/unity/launcher-scroll-speed-906072 into lp://staging/unity
Proposed by
Bilal Akhtar
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Bilal Akhtar | ||||
Approved revision: | no longer in the source branch. | ||||
Merged at revision: | 2616 | ||||
Proposed branch: | lp://staging/~bilalakhtar/unity/launcher-scroll-speed-906072 | ||||
Merge into: | lp://staging/unity | ||||
Diff against target: |
84 lines (+27/-4) 3 files modified
launcher/Launcher.cpp (+7/-2) launcher/Launcher.h (+3/-1) tests/test_launcher.cpp (+17/-1) |
||||
To merge this branch: | bzr merge lp://staging/~bilalakhtar/unity/launcher-scroll-speed-906072 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Andrea Azzarone (community) | Approve | ||
Review via email: mp+118407@code.staging.launchpad.net |
Commit message
Increases launcher scroll speed using mouse wheel by 2.5 times the original.
Description of the change
Increases launcher scroll speed using mouse wheel by 2.5 times the original. In the original bug report, John said "at least twice", and 2.5x seems good for me. Since everyone's tastes differ, I'm sure others might prefer 3x or 2x or something. Feel free to add your comments.
To post a comment you must log in.
+1 for the change, could you add some unit-tests for it?