This commit is contained in:
AlessandroSangiuliano 2014-01-09 16:50:38 +01:00
commit 1ef4bf28f1
2 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,7 @@
}
- (CGFloat) menuSeparatorHeight
{
return 20;
return 1;
}
- (void) drawMenuRect: (NSRect)rect
@ -140,6 +140,7 @@
NSGradient* menuitemgradient = [[NSGradient alloc] initWithStartingColor: selectedBackgroundColor1
endingColor: selectedBackgroundColor2];
NSColor * c;
[cell setBordered:NO];
cellFrame = [cell drawingRectForBounds: cellFrame];
if(isHorizontal)

BIN
noborder.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 436 KiB