mirror of
https://github.com/darlinghq/darling-rik-theme.git
synced 2024-11-26 21:40:40 +00:00
Merge branch 'noborder' of https://github.com/AlessandroSangiuliano/rik.theme into noborder
This commit is contained in:
commit
1ef4bf28f1
@ -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
BIN
noborder.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 436 KiB |
Loading…
Reference in New Issue
Block a user