Skip to content

Commit 1e42cde

Browse files
author
Joachim Meyer
committed
Increase standard UIVScrollBar scroll speed, it makes it feel much more natural. (I'm not the only one who was annoyed by that: #543)
1 parent d40a6f7 commit 1e42cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Contents/UI/Source/PolyUIVScrollBar.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ UIVScrollBar::UIVScrollBar(Number width, Number height, Number initialRatio) : U
8888
setHeight(height);
8989
setWidth(width);
9090

91-
tickSize = 0.01;
91+
tickSize = 0.1;
9292
}
9393

9494
void UIVScrollBar::Resize(int newHeight) {

0 commit comments

Comments
 (0)