mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-17 19:37:09 +02:00
* Indent playlists / stations correctly. This is possibly causing issues with the OS X background color. Needs checking.
This commit is contained in:
@@ -478,7 +478,7 @@ SourceDelegate::paint( QPainter* painter, const QStyleOptionViewItem& option, co
|
|||||||
}
|
}
|
||||||
else if ( type == SourcesModel::Category )
|
else if ( type == SourcesModel::Category )
|
||||||
{
|
{
|
||||||
paintCategory( painter, o3, index );
|
paintCategory( painter, o, index );
|
||||||
}
|
}
|
||||||
else if ( type == SourcesModel::Divider )
|
else if ( type == SourcesModel::Divider )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user