1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-22 00:42:04 +02:00

* Fixed inbox header color.

This commit is contained in:
Christian Muehlhaeuser 2013-06-15 07:28:52 +02:00 committed by Michael Zanetti
parent 74972ca5e1
commit b2db38db09

View File

@ -96,7 +96,7 @@ InfoBar::InfoBar( QWidget* parent )
ui->horizontalLayout->addWidget( m_searchWidget );
QPalette pal = m_whitePal;
pal.setBrush( backgroundRole(), TomahawkStyle::PAGE_BACKGROUND );
pal.setBrush( backgroundRole(), TomahawkStyle::HEADER_BACKGROUND );
setAutoFillBackground( true );
setPalette( pal );