1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-16 02:54:33 +02: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
committed by Michael Zanetti
parent 3df5ab3a41
commit ac5774a486

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; }" );