mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
TWK-888: Steer text color should be highlighted text color
This commit is contained in:
@@ -66,6 +66,11 @@ EchonestSteerer::EchonestSteerer( QWidget* parent )
|
||||
// m_steerBottom->setFont( f );
|
||||
// m_textL->addWidget( m_steerBottom );
|
||||
|
||||
|
||||
QPalette p = m_steerTop->palette();
|
||||
p.setBrush( QPalette::WindowText, palette().highlightedText() );
|
||||
m_steerTop->setPalette( p );
|
||||
|
||||
m_layout->addLayout( m_textL, 1 );
|
||||
|
||||
m_amplifier = new QComboBox( this );
|
||||
|
Reference in New Issue
Block a user