diff options
| author | Tannin <devnull@localhost> | 2015-03-31 17:43:36 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-03-31 17:43:36 +0200 |
| commit | 6ff201385cccbfb0aec481ca52c1d200a89b4014 (patch) | |
| tree | 6a33e969158bdfe8330eb8135c7604985debe8dd /src/icondelegate.cpp | |
| parent | 0d5197a3c886abfbda9ca3cbc08ddac127a4160c (diff) | |
bugfix: re-enabled alignment of content icons
Diffstat (limited to 'src/icondelegate.cpp')
| -rw-r--r-- | src/icondelegate.cpp | 1 |
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;
|
