Skip to content

Commit

Permalink
libappfw|PanelWidget: Tightened popup opening bounce a little
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Apr 18, 2014
1 parent b821984 commit 1fd72bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/libappfw/src/widgets/panelwidget.cpp
Expand Up @@ -132,7 +132,7 @@ DENG_GUI_PIMPL(PanelWidget)
{
openingRule->set(content->rule().width(), span);
}
openingRule->setStyle(Animation::Bounce, 8);
openingRule->setStyle(Animation::Bounce, 12);
}

void close(TimeDelta delay)
Expand Down

0 comments on commit 1fd72bd

Please sign in to comment.