mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-04 21:27:58 +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->setFont( font );
|
||||||
painter->setPen( Qt::black );
|
painter->setPen( Qt::black );
|
||||||
|
painter->setOpacity( 0.8 );
|
||||||
if ( oneLiner )
|
if ( oneLiner )
|
||||||
{
|
{
|
||||||
// If the user is hovering over an artist rect, draw a background so they knows it's clickable
|
// 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