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:
parent
3766edcc43
commit
50267afe06
@ -87,6 +87,7 @@ TrackModel::columnCount( const QModelIndex& parent ) const
|
||||
switch ( m_style )
|
||||
{
|
||||
case Short:
|
||||
case ShortWithAvatars:
|
||||
return 1;
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user