From e0f60931f763f09e880d0d763e06b1189bfc645f Mon Sep 17 00:00:00 2001 From: Jason Herskowitz Date: Sun, 18 Mar 2012 19:21:33 -0400 Subject: [PATCH] Make track title prominent information in Queue and make it match new charts and latest additions --- src/libtomahawk/playlist/playlistitemdelegate.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libtomahawk/playlist/playlistitemdelegate.cpp b/src/libtomahawk/playlist/playlistitemdelegate.cpp index cbee30f8d..be1a958de 100644 --- a/src/libtomahawk/playlist/playlistitemdelegate.cpp +++ b/src/libtomahawk/playlist/playlistitemdelegate.cpp @@ -169,8 +169,8 @@ PlaylistItemDelegate::paintShort( QPainter* painter, const QStyleOptionViewItem& if ( source.isNull() ) { - upperText = artist; - lowerText = track; + upperText = track; + lowerText = artist; } else {