summaryrefslogtreecommitdiff
path: root/src/icondelegate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/icondelegate.cpp')
-rw-r--r--src/icondelegate.cpp1
1 files changed, 1 insertions, 0 deletions
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;