adjusted angle increment for tap animation

This commit is contained in:
Max-Wilhelm Bruker 2010-10-09 00:44:11 +02:00
parent 9285a3952c
commit 5486843605

View file

@ -117,7 +117,7 @@ void AbstractCardItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *
void AbstractCardItem::animationEvent()
{
int delta = 10;
int delta = 18;
if (!tapped)
delta *= -1;