1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 00:09:47 +01:00

* Fixed ModeHeader's background color.

This commit is contained in:
Christian Muehlhaeuser 2013-06-14 14:24:48 +02:00
parent d6479d0f5e
commit f6ceac68b0

View File

@ -87,7 +87,7 @@ ModeHeader::ModeHeader( QWidget* parent )
QPalette pal = palette();
pal.setColor( QPalette::Foreground, Qt::white );
pal.setBrush( backgroundRole(), TomahawkStyle::PAGE_BACKGROUND.lighter() );
pal.setBrush( backgroundRole(), TomahawkStyle::HEADER_BACKGROUND.lighter() );
setAutoFillBackground( true );
setPalette( pal );