mirror of
https://github.com/transmission/transmission
synced 2025-01-30 19:03:04 +00:00
Plus, not minus. :-/
This commit is contained in:
parent
ca14feb88b
commit
08e4a347a2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue