1
0
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:
Christian Muehlhaeuser
2014-08-25 13:00:10 +02:00
parent 7d0c929eca
commit 150938503e

View File

@@ -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 );
}