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:
parent
7120a0225a
commit
622b28a95b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user