1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 08:19:42 +01: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 )
{
case Short:
case ShortWithAvatars:
return 1;
break;