1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

* Try fixing solid bg color on OSX.

This commit is contained in:
Christian Muehlhaeuser 2012-06-13 09:39:03 +02:00
parent 52dcf924a4
commit 236fe91646

View File

@ -44,8 +44,8 @@ TrackInfoWidget::TrackInfoWidget( const Tomahawk::query_ptr& query, QWidget* par
QPalette pal = palette();
pal.setColor( QPalette::Window, QColor( "#323435" ) );
setPalette( pal );
setAutoFillBackground( true );
widget->setPalette( pal );
widget->setAutoFillBackground( true );
// layout()->setSpacing( 0 );
// ui->tracksWidget->setStyleSheet( "QWidget#tracksWidget { background-color: #323435; }" );