Skip to content

Commit

Permalink
UI|Client|SliderWidget: Minor visual tweak (alt dot brightness)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 1, 2013
1 parent 1faa5e7 commit 34ea8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/client/src/ui/widgets/sliderwidget.cpp
Expand Up @@ -222,7 +222,7 @@ DENG_GUI_PIMPL(SliderWidget)
float altAlpha = 0;
if(dotSpace / numDots > 30)
{
altAlpha = .3f;
altAlpha = .333f;
numDots = 2 * numDots + 1;
}
Image::Size const dotSize = atlas().imageRect(root().tinyDot()).size();
Expand Down

0 comments on commit 34ea8b0

Please sign in to comment.