From d3b8ae67bc4906a9d8c837eba0808888198228dd Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Mon, 25 Sep 2006 21:24:25 +0000 Subject: [PATCH] The advance bar should have the same default number of pieces as the pieces view. --- macosx/Torrent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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