mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
* Set the proper background color for the albums grid on the Artist page.
This commit is contained in:
@@ -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; }" );
|
||||
|
Reference in New Issue
Block a user