The advance bar should have the same default number of pieces as the pieces view.
This commit is contained in:
parent
511e13d9fc
commit
d3b8ae67bc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue