The advance bar should have the same default number of pieces as the pieces view.

This commit is contained in:
Mitchell Livingston 2006-09-25 21:24:25 +00:00
parent 511e13d9fc
commit d3b8ae67bc
1 changed files with 1 additions and 1 deletions

View File

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