draw slider thumb as outline when disabled and value is min.

This commit is contained in:
laserpants 2016-06-10 14:33:17 +03:00
parent a54da52665
commit 0fc3fe683e
1 changed files with 2 additions and 2 deletions

View File

@ -205,11 +205,11 @@ void FlatButtonDelegate::addTransition(QAbstractTransition *transition,
QPropertyAnimation *animation;
animation = new QPropertyAnimation(this, "backgroundOpacity");
animation->setDuration(200);
animation->setDuration(150);
transition->addAnimation(animation);
animation = new QPropertyAnimation(this, "backgroundColor");
animation->setDuration(200);
animation->setDuration(150);
transition->addAnimation(animation);
animation = new QPropertyAnimation(this, "haloOpacity");