mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
Another os x ui tweak
This commit is contained in:
parent
ff0d4bcc26
commit
0401c4c88c
@ -68,7 +68,11 @@ EchonestSteerer::EchonestSteerer( QWidget* parent )
|
||||
|
||||
|
||||
QPalette p = m_steerTop->palette();
|
||||
p.setBrush( QPalette::WindowText, palette().highlightedText() );
|
||||
#ifdef Q_OS_MAC
|
||||
p.setBrush( QPalette::WindowText, Qt::white );
|
||||
#else
|
||||
p.setBrush( QPalette::WindowText, palette().highlightedText() );
|
||||
#endif
|
||||
m_steerTop->setPalette( p );
|
||||
|
||||
m_layout->addLayout( m_textL, 1 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user