1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 08:34:34 +02:00

Spinner loads gourgeously on albumViews

This commit is contained in:
Hugo Lindström
2013-04-05 03:40:18 +02:00
parent e8d4fe5277
commit fdf115b3a8

View File

@@ -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();
} }