Skip to content

Commit

Permalink
UI|Home: Tweaked Home fade-in time
Browse files Browse the repository at this point in the history
Still a bit faster.
  • Loading branch information
skyjake committed Feb 18, 2017
1 parent 3c50019 commit c58e6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/apps/client/src/ui/home/homewidget.cpp
Expand Up @@ -526,7 +526,7 @@ HomeWidget::HomeWidget()
// Hide content until first update.
d->blanker.reset(new FadeToBlackWidget);
d->blanker->rule().setRect(rule());
d->blanker->initFadeFromBlack(1.25);
d->blanker->initFadeFromBlack(0.75);
add(d->blanker);

// Define widget layout.
Expand Down

0 comments on commit c58e6fc

Please sign in to comment.