mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-24 12:46:35 +01:00
Don't limit speed of loading animation in tabbar.
This commit is contained in:
parent
61357e17b1
commit
cb0630de35
@ -481,7 +481,6 @@ void TabWidget::startTabAnimation(int index)
|
|||||||
}
|
}
|
||||||
|
|
||||||
QMovie* movie = new QMovie(":icons/other/progress.gif", QByteArray(), label);
|
QMovie* movie = new QMovie(":icons/other/progress.gif", QByteArray(), label);
|
||||||
movie->setSpeed(70);
|
|
||||||
movie->start();
|
movie->start();
|
||||||
|
|
||||||
label->setMovie(movie);
|
label->setMovie(movie);
|
||||||
|
Loading…
Reference in New Issue
Block a user