mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 07:07:05 +02:00
Fix cutting off playlistview column in short with avatar mode
This commit is contained in:
@@ -87,6 +87,7 @@ TrackModel::columnCount( const QModelIndex& parent ) const
|
||||
switch ( m_style )
|
||||
{
|
||||
case Short:
|
||||
case ShortWithAvatars:
|
||||
return 1;
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user