mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Use light gray color for OakKeyEquivalentView’s frame
This is closer to what the system uses for borders, though still not an exact match.
This commit is contained in:
@@ -201,7 +201,7 @@ static NSString* const kRecordingPlaceholderString = @"…";
|
||||
{
|
||||
NSRect frame = [self bounds];
|
||||
|
||||
[[NSColor grayColor] set];
|
||||
[[NSColor lightGrayColor] set];
|
||||
NSFrameRect(frame);
|
||||
NSEraseRect(NSIntersectionRect(aRect, NSInsetRect(frame, 1, 1)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user