Browse Source

Increase standard UIVScrollBar scroll speed, it makes it feel much more natural. (I'm not the only one who was annoyed by that: #543)

Joachim Meyer 11 years ago
parent
commit
1e42cdecb7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/Contents/UI/Source/PolyUIVScrollBar.cpp

+ 1 - 1
Modules/Contents/UI/Source/PolyUIVScrollBar.cpp

@@ -88,7 +88,7 @@ UIVScrollBar::UIVScrollBar(Number width, Number height, Number initialRatio) : U
 	setHeight(height);
 	setWidth(width);	
 	
-	tickSize = 0.01;
+	tickSize = 0.1;
 }
 
 void UIVScrollBar::Resize(int newHeight) {