mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-25 02:09:48 +01:00
* Fixed HistoryWidget's header color.
This commit is contained in:
parent
9cb31e4ec6
commit
04a2be8398
@ -58,7 +58,7 @@ HistoryWidget::HistoryWidget( const source_ptr& source, QWidget* parent )
|
||||
QPalette pal = m_header->palette();
|
||||
pal.setColor( QPalette::Foreground, Qt::white );
|
||||
pal.setColor( QPalette::Text, Qt::white );
|
||||
pal.setBrush( backgroundRole(), TomahawkStyle::PAGE_BACKGROUND.lighter() );
|
||||
pal.setBrush( backgroundRole(), TomahawkStyle::HEADER_BACKGROUND.lighter() );
|
||||
m_header->setPalette( pal );
|
||||
m_header->setAutoFillBackground( true );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user