From 61601221923dba0934d71bd46954dac80a4f0747 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Thu, 21 Aug 2014 07:24:48 +0200 Subject: [PATCH] * Make sidebar icons smaller. --- src/tomahawk/sourcetree/SourceDelegate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) );