1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-22 21:54:00 +02:00

Make track title prominent information in Queue and make it match new charts and latest additions

This commit is contained in:
Jason Herskowitz
2012-03-18 19:21:33 -04:00
parent 5b1aa81d1d
commit e0f60931f7

View File

@@ -169,8 +169,8 @@ PlaylistItemDelegate::paintShort( QPainter* painter, const QStyleOptionViewItem&
if ( source.isNull() ) if ( source.isNull() )
{ {
upperText = artist; upperText = track;
lowerText = track; lowerText = artist;
} }
else else
{ {