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

* Fixed artist page's bg color on OSX.

This commit is contained in:
Christian Muehlhaeuser 2012-06-13 09:56:38 +02:00
parent 236fe91646
commit e3aefb78f7

View File

@ -49,6 +49,12 @@ ArtistInfoWidget::ArtistInfoWidget( const Tomahawk::artist_ptr& artist, QWidget*
QWidget* widget = new QWidget;
ui->setupUi( widget );
QPalette pal = palette();
pal.setColor( QPalette::Window, QColor( "#323435" ) );
widget->setPalette( pal );
widget->setAutoFillBackground( true );
m_plInterface = Tomahawk::playlistinterface_ptr( new MetaPlaylistInterface( this ) );
/* TomahawkUtils::unmarginLayout( ui->layoutWidget->layout() );