mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +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 );
|
painter->setFont( boldFont );
|
||||||
QString text = painter->fontMetrics().elidedText( track->track(), Qt::ElideRight, leftRect.width() );
|
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->drawText( leftRect, text, m_topOption );
|
||||||
|
|
||||||
painter->setFont( smallFont );
|
painter->setFont( smallFont );
|
||||||
|
Reference in New Issue
Block a user