1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-08 15:16:34 +02:00

Fix cutting off playlistview column in short with avatar mode

This commit is contained in:
Leo Franchi
2011-08-13 10:13:54 -04:00
parent 3766edcc43
commit 50267afe06

View File

@@ -87,6 +87,7 @@ TrackModel::columnCount( const QModelIndex& parent ) const
switch ( m_style ) switch ( m_style )
{ {
case Short: case Short:
case ShortWithAvatars:
return 1; return 1;
break; break;