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() )
|
if ( source.isNull() )
|
||||||
{
|
{
|
||||||
upperText = artist;
|
upperText = track;
|
||||||
lowerText = track;
|
lowerText = artist;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user