1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-18 23:17:59 +01:00

* Less opacity for upper text in GridItemDelegate.

This commit is contained in:
Christian Muehlhaeuser 2014-08-25 19:17:36 +02:00
parent 7120a0225a
commit 622b28a95b

View File

@ -198,6 +198,7 @@ GridItemDelegate::paint( QPainter* painter, const QStyleOptionViewItem& option,
painter->setFont( font );
painter->setPen( Qt::black );
painter->setOpacity( 0.8 );
if ( oneLiner )
{
// If the user is hovering over an artist rect, draw a background so they knows it's clickable