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:
@@ -169,8 +169,8 @@ PlaylistItemDelegate::paintShort( QPainter* painter, const QStyleOptionViewItem&
|
||||
|
||||
if ( source.isNull() )
|
||||
{
|
||||
upperText = artist;
|
||||
lowerText = track;
|
||||
upperText = track;
|
||||
lowerText = artist;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user