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:
parent
db96d8e460
commit
40035881b8
@ -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; }" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user