Skip to content

Commit

Permalink
Tweaks to Overview
Browse files Browse the repository at this point in the history
.. still hacking a prototype
  • Loading branch information
liversedge committed Jan 27, 2017
1 parent 25edbe4 commit f21eeb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Charts/OverviewWindow.cpp
Expand Up @@ -153,7 +153,7 @@ OverviewWindow::updateGeometry()
animation->setDuration(300);
animation->setStartValue(cards[i]->geometry());
animation->setEndValue(QRect(tx,ty,twidth,theight));
animation->setEasingCurve(QEasingCurve(QEasingCurve::InOutBack));
animation->setEasingCurve(QEasingCurve(QEasingCurve::InOutQuint));

group->addAnimation(animation);
}
Expand Down

0 comments on commit f21eeb9

Please sign in to comment.