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