We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40a6f7 commit 1e42cdeCopy full SHA for 1e42cde
Modules/Contents/UI/Source/PolyUIVScrollBar.cpp
@@ -88,7 +88,7 @@ UIVScrollBar::UIVScrollBar(Number width, Number height, Number initialRatio) : U
88
setHeight(height);
89
setWidth(width);
90
91
- tickSize = 0.01;
+ tickSize = 0.1;
92
}
93
94
void UIVScrollBar::Resize(int newHeight) {
0 commit comments