Skip to content

Commit

Permalink
UI|Ring Zero: Show a scroll indicator for the Game Selection menu
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 30, 2014
1 parent f22c2d9 commit 4ed8d32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doomsday/client/src/ui/widgets/gameselectionwidget.cpp
Expand Up @@ -533,6 +533,9 @@ DENG_GUI_PIMPL(GameSelectionWidget)
GameSelectionWidget::GameSelectionWidget(String const &name)
: ScrollAreaWidget(name), d(new Instance(this))
{
enableIndicatorDraw(true);
setScrollBarColor("inverted.accent");

// By default attach the filter above the widget.
d->filter->rule()
.setInput(Rule::Width, rule().width())
Expand Down

0 comments on commit 4ed8d32

Please sign in to comment.