mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Try fixing solid bg color on OSX.
This commit is contained in:
@@ -44,8 +44,8 @@ TrackInfoWidget::TrackInfoWidget( const Tomahawk::query_ptr& query, QWidget* par
|
|||||||
QPalette pal = palette();
|
QPalette pal = palette();
|
||||||
pal.setColor( QPalette::Window, QColor( "#323435" ) );
|
pal.setColor( QPalette::Window, QColor( "#323435" ) );
|
||||||
|
|
||||||
setPalette( pal );
|
widget->setPalette( pal );
|
||||||
setAutoFillBackground( true );
|
widget->setAutoFillBackground( true );
|
||||||
|
|
||||||
// layout()->setSpacing( 0 );
|
// layout()->setSpacing( 0 );
|
||||||
// ui->tracksWidget->setStyleSheet( "QWidget#tracksWidget { background-color: #323435; }" );
|
// ui->tracksWidget->setStyleSheet( "QWidget#tracksWidget { background-color: #323435; }" );
|
||||||
|
Reference in New Issue
Block a user