change default zoom value
svn path=/trunk/KDE/kdelibs/; revision=1061428
This commit is contained in:
parent
c4bd7a9db4
commit
feea24f09b
@ -26,7 +26,7 @@ namespace Plasma
|
||||
|
||||
ZoomAnimation::ZoomAnimation(QObject *parent)
|
||||
: Animation(parent),
|
||||
m_zoom(1)
|
||||
m_zoom(0)
|
||||
{
|
||||
Animation::setEasingCurveType(QEasingCurve::OutBounce);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user