From 646a37cc8234376ced616156764a52c9b8d2745c Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Wed, 27 Aug 2014 22:13:49 +0200 Subject: [PATCH] * Lighter font in GridItemDelegate. --- src/libtomahawk/playlist/GridItemDelegate.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/libtomahawk/playlist/GridItemDelegate.cpp b/src/libtomahawk/playlist/GridItemDelegate.cpp index ac64f8ef9..e49ea76b8 100644 --- a/src/libtomahawk/playlist/GridItemDelegate.cpp +++ b/src/libtomahawk/playlist/GridItemDelegate.cpp @@ -183,7 +183,6 @@ GridItemDelegate::paint( QPainter* painter, const QStyleOptionViewItem& option, QFont font = opt.font; font.setPointSize( TomahawkUtils::defaultFontSize() + 2 ); QFont smallFont = font; - smallFont.setBold( true ); smallFont.setPointSize( TomahawkUtils::defaultFontSize() ); int bottomHeight = QFontMetrics( smallFont ).boundingRect( bottom ).height(); @@ -238,7 +237,7 @@ GridItemDelegate::paint( QPainter* painter, const QStyleOptionViewItem& option, } painter->restore(); - painter->setOpacity( 0.5 ); + painter->setOpacity( 0.6 ); painter->setFont( smallFont ); // If the user is hovering over an artist rect, underline the artist name