mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-03 20:57:52 +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_steerBottom->setFont( f );
|
||||||
// m_textL->addWidget( m_steerBottom );
|
// 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_layout->addLayout( m_textL, 1 );
|
||||||
|
|
||||||
m_amplifier = new QComboBox( this );
|
m_amplifier = new QComboBox( this );
|
||||||
|
Reference in New Issue
Block a user