mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +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);
|
||||
movie->setSpeed(70);
|
||||
movie->start();
|
||||
|
||||
label->setMovie(movie);
|
||||
|
Loading…
Reference in New Issue
Block a user