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