1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 00:09:47 +01:00

* Set the proper background color for the albums grid on the Artist page.

This commit is contained in:
Christian Muehlhaeuser 2013-06-14 12:49:34 +02:00
parent db96d8e460
commit 40035881b8

View File

@ -207,7 +207,7 @@ ArtistInfoWidget::ArtistInfoWidget( const Tomahawk::artist_ptr& artist, QWidget*
TomahawkStyle::styleScrollBar( ui->albums->verticalScrollBar() );
TomahawkStyle::styleScrollBar( ui->relatedArtists->verticalScrollBar() );
ui->albums->setStyleSheet( "QListView { background-color: transparent; }" );
ui->albums->setStyleSheet( QString( "QListView { background-color: %1; }" ).arg( TomahawkStyle::HEADER_BACKGROUND.name() ) );
TomahawkStyle::stylePageFrame( ui->albumFrame );
ui->relatedArtists->setStyleSheet( "QListView { background-color: transparent; }" );