mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 23:26:40 +02:00
* Fixed ModeHeader's background color.
This commit is contained in:
@@ -87,7 +87,7 @@ ModeHeader::ModeHeader( QWidget* parent )
|
|||||||
|
|
||||||
QPalette pal = palette();
|
QPalette pal = palette();
|
||||||
pal.setColor( QPalette::Foreground, Qt::white );
|
pal.setColor( QPalette::Foreground, Qt::white );
|
||||||
pal.setBrush( backgroundRole(), TomahawkStyle::PAGE_BACKGROUND.lighter() );
|
pal.setBrush( backgroundRole(), TomahawkStyle::HEADER_BACKGROUND.lighter() );
|
||||||
|
|
||||||
setAutoFillBackground( true );
|
setAutoFillBackground( true );
|
||||||
setPalette( pal );
|
setPalette( pal );
|
||||||
|
Reference in New Issue
Block a user