1
0
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:
Leo Franchi
2011-07-22 13:54:30 -04:00
parent ee3fb6b47e
commit ea3171038b

View File

@@ -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;