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:
Allan Odgaard
2018-06-20 14:44:17 +02:00
parent d16667d736
commit a34bba3523

View File

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