Skip to content

Commit

Permalink
Fixed|UI|Home: Initial list item action button animation
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 5, 2016
1 parent 92d2c58 commit 7a10e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/apps/client/src/ui/widgets/homeitemwidget.cpp
Expand Up @@ -166,7 +166,7 @@ DENG_GUI_PIMPL(HomeItemWidget)
for (auto *button : buttons) button->show();
}

TimeDelta const SPAN = .4;
TimeDelta const SPAN = (self.hasBeenUpdated()? 0.4 : 0.0);
if (show)
{
labelRightMargin->set(*buttonsWidth, SPAN/2);
Expand Down

0 comments on commit 7a10e98

Please sign in to comment.