From 6ff201385cccbfb0aec481ca52c1d200a89b4014 Mon Sep 17 00:00:00 2001 From: Tannin Date: Tue, 31 Mar 2015 17:43:36 +0200 Subject: bugfix: re-enabled alignment of content icons --- src/icondelegate.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/icondelegate.cpp b/src/icondelegate.cpp index ef9011b6..e502dc69 100644 --- a/src/icondelegate.cpp +++ b/src/icondelegate.cpp @@ -46,6 +46,7 @@ void IconDelegate::paint(QPainter *painter, const QStyleOptionViewItem &option, painter->translate(option.rect.topLeft()); for (const QString &iconId : icons) { if (iconId.isEmpty()) { + x += iconWidth + 4; continue; } QPixmap icon; -- cgit v1.3.1