mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 17:14:00 +02:00
* Always use gray text in OverlayWidget.
This commit is contained in:
@@ -241,10 +241,6 @@ OverlayWidget::paintEvent( QPaintEvent* event )
|
||||
}
|
||||
|
||||
p.setFont( f );
|
||||
#ifdef Q_OS_MAC
|
||||
p.setPen( Qt::gray );
|
||||
#else
|
||||
p.setPen( palette().text().color().lighter( 100 ) );
|
||||
#endif
|
||||
p.drawText( r.adjusted( 8, 8, -8, -8 ), text(), to );
|
||||
}
|
||||
|
Reference in New Issue
Block a user