aboutsummaryrefslogtreecommitdiffstats
path: root/Source/ImageAndTextCell.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/ImageAndTextCell.m')
-rw-r--r--Source/ImageAndTextCell.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/ImageAndTextCell.m b/Source/ImageAndTextCell.m
index ad6ec247..ddcf05d7 100644
--- a/Source/ImageAndTextCell.m
+++ b/Source/ImageAndTextCell.m
@@ -110,6 +110,8 @@
else
imageFrame.origin.y += ceil((cellFrame.size.height - imageFrame.size.height) / 2);
+ imageFrame.origin.y -= 1;
+
[image compositeToPoint:imageFrame.origin operation:NSCompositeSourceOver];
} else
if (_indentationLevel == 0)