1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 20:00:13 +02:00

* Use the same color for drawing charts-position & album-position.

This commit is contained in:
Christian Muehlhaeuser
2013-01-09 05:07:31 +01:00
parent 34da802874
commit 04175de726

View File

@@ -118,7 +118,7 @@ AlbumItemDelegate::paint( QPainter* painter, const QStyleOptionViewItem& option,
QFontMetrics smallBoldFontMetrics( smallBoldFont );
painter->setFont( boldFont );
painter->setPen( option.palette.text().color().lighter() );
painter->setPen( option.palette.text().color().lighter( 450 ) );
QRect figureRect = r.adjusted( 4, 0, 0, 0 );
figureRect.setWidth( QFontMetrics( painter->font() ).width( "888" ) );