1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-20 04:41:36 +02:00

* Fixed ModeHeader's background color.

This commit is contained in:
Christian Muehlhaeuser
2013-06-14 14:24:48 +02:00
committed by Michael Zanetti
parent 2203c7afcb
commit 786a5f4cd5

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 );