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:
parent
52dcf924a4
commit
236fe91646
@ -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; }" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user