Set default animation duration back to 250

Both, 0 and 250 works fine now across our imports and applets.
This commit is contained in:
Sebastian Kügler 2014-02-04 02:08:44 +01:00
parent 949e9c3868
commit e8413e2703

View File

@ -34,7 +34,7 @@ Units::Units (QObject *parent)
: QObject(parent),
m_gridUnit(-1),
m_devicePixelRatio(-1),
m_longDuration(0) // default base value for animations
m_longDuration(250) // default base value for animations
{
m_iconSizes = new QQmlPropertyMap(this);
updateDevicePixelRatio();