mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
How about no.
(Reverts inbox entry colors from palette)
This commit is contained in:
@@ -239,8 +239,6 @@ PlaylistLargeItemDelegate::paint( QPainter* painter, const QStyleOptionViewItem&
|
||||
|
||||
painter->setFont( boldFont );
|
||||
QString text = painter->fontMetrics().elidedText( track->track(), Qt::ElideRight, leftRect.width() );
|
||||
if ( m_mode == Inbox && isUnlistened )
|
||||
painter->setPen( opt.palette.link().color() );
|
||||
painter->drawText( leftRect, text, m_topOption );
|
||||
|
||||
painter->setFont( smallFont );
|
||||
|
Reference in New Issue
Block a user