diff --git a/macosx/TorrentCell.m b/macosx/TorrentCell.m index b849928cc..8af993054 100644 --- a/macosx/TorrentCell.m +++ b/macosx/TorrentCell.m @@ -269,7 +269,7 @@ static uint32_t kGreen[] = pen.x -= extraNameShift; pen.y += [progressString size].height + linePadding; - float barWidth = mainWidth + extraNameShift - 42.0 - padding; + float barWidth = mainWidth + extraNameShift - 42.0 + padding; NSBitmapImageRep * bitmap = [[NSBitmapImageRep alloc] initWithBitmapDataPlanes: nil pixelsWide: barWidth