mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
* Fixed color definitions.
This commit is contained in:
@@ -93,7 +93,7 @@ ContextWidget::ContextWidget( QWidget* parent )
|
|||||||
|
|
||||||
ensurePolished();
|
ensurePolished();
|
||||||
QPalette pal = palette();
|
QPalette pal = palette();
|
||||||
pal.setBrush( QPalette::Window, QColor( "##272b2e" ) );
|
pal.setBrush( QPalette::Window, QColor( "#272b2e" ) );
|
||||||
setPalette( pal );
|
setPalette( pal );
|
||||||
|
|
||||||
connect( ui->toggleButton, SIGNAL( clicked() ), SLOT( toggleSize() ) );
|
connect( ui->toggleButton, SIGNAL( clicked() ), SLOT( toggleSize() ) );
|
||||||
|
@@ -44,7 +44,7 @@ TrackInfoWidget::TrackInfoWidget( const Tomahawk::query_ptr& query, QWidget* par
|
|||||||
ui->setupUi( widget );
|
ui->setupUi( widget );
|
||||||
|
|
||||||
QPalette pal = palette();
|
QPalette pal = palette();
|
||||||
pal.setColor( QPalette::Window, QColor( "##272b2e" ) );
|
pal.setColor( QPalette::Window, QColor( "#272b2e" ) );
|
||||||
|
|
||||||
widget->setPalette( pal );
|
widget->setPalette( pal );
|
||||||
widget->setAutoFillBackground( true );
|
widget->setAutoFillBackground( true );
|
||||||
|
Reference in New Issue
Block a user