diff --git a/src/tomahawk/sourcetree/SourceDelegate.cpp b/src/tomahawk/sourcetree/SourceDelegate.cpp index bc8262a8e..87c4f75fa 100644 --- a/src/tomahawk/sourcetree/SourceDelegate.cpp +++ b/src/tomahawk/sourcetree/SourceDelegate.cpp @@ -138,7 +138,7 @@ SourceDelegate::paintStandardItem( QPainter* painter, const QStyleOptionViewItem painter->setOpacity( 1.0 ); } - QRect iconRect = opt.rect.adjusted( 14, 1, 0, -1 ); + QRect iconRect = opt.rect.adjusted( 14, 4, 0, -4 ); iconRect.setWidth( iconRect.height() ); painter->drawPixmap( iconRect, opt.icon.pixmap( iconRect.size(), iconMode ) );