Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions system/ui/lib/scroll_panel2.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
from collections import deque

MIN_VELOCITY = 10 # px/s, changes from auto scroll to steady state
MIN_VELOCITY_FOR_CLICKING = 2 * 60 # px/s, accepts clicks while auto scrolling below this velocity
MIN_DRAG_PIXELS = 12
MIN_VELOCITY_FOR_CLICKING = 2 * 45 # px/s, accepts clicks while auto scrolling below this velocity
MIN_DRAG_PIXELS = 6
AUTO_SCROLL_TC_SNAP = 0.025
AUTO_SCROLL_TC = 0.18
BOUNCE_RETURN_RATE = 10.0
Expand Down