mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-13 20:41:58 +02:00
How about no.
(Reverts inbox entry colors from palette)
This commit is contained in:
parent
d5e7ee7716
commit
5923a754dd
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user