mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
* Less opacity for upper text in GridItemDelegate.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user