diff --git a/macosx/Torrent.m b/macosx/Torrent.m index c98a4884b..0cdfa4e3c 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -781,7 +781,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80 - (NSImage *) advancedBar { - int width = 250; //integers for bars + int width = 324; //integers for bars NSBitmapImageRep * bitmap = [[NSBitmapImageRep alloc] initWithBitmapDataPlanes: nil pixelsWide: width pixelsHigh: BAR_HEIGHT bitsPerSample: 8 samplesPerPixel: 4 hasAlpha: YES