mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
Make playlist album rows the same size as track album rows
This commit is contained in:
@@ -67,7 +67,7 @@ PlaylistItemDelegate::sizeHint( const QStyleOptionViewItem& option, const QModel
|
||||
{
|
||||
int style = index.data( TrackModel::StyleRole ).toInt();
|
||||
if ( style == TrackModel::Short )
|
||||
size.setHeight( 48 );
|
||||
size.setHeight( 44 );
|
||||
}
|
||||
|
||||
return size;
|
||||
|
Reference in New Issue
Block a user