mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 16:44:05 +02:00
Spinner loads gourgeously on albumViews
This commit is contained in:
@@ -114,7 +114,8 @@ WhatsHotWidget::WhatsHotWidget( QWidget* parent )
|
|||||||
|
|
||||||
// Lets have a spinner until loaded
|
// Lets have a spinner until loaded
|
||||||
ui->breadCrumbLeft->setVisible( false );
|
ui->breadCrumbLeft->setVisible( false );
|
||||||
m_spinner = new AnimatedSpinner( ui->tracksViewLeft );
|
ui->stackLeft->setCurrentIndex( 2 );
|
||||||
|
m_spinner = new AnimatedSpinner( ui->albumsView );
|
||||||
m_spinner->fadeIn();
|
m_spinner->fadeIn();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user