Set default animation duration back to 250
Both, 0 and 250 works fine now across our imports and applets.
This commit is contained in:
parent
949e9c3868
commit
e8413e2703
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user