1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-30 19:03:04 +00:00

Plus, not minus. :-/

This commit is contained in:
Mitchell Livingston 2006-06-10 03:38:32 +00:00
parent ca14feb88b
commit 08e4a347a2

View file

@ -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