Fine-tune horizontal candidate UI for dark mode
This commit is contained in:
parent
39a7eca195
commit
01baf0bb29
|
@ -87,7 +87,7 @@ NS_INLINE CGFloat max(CGFloat a, CGFloat b) { return a > b ? a : b; }
|
||||||
_keyLabelAttrDict = [[NSDictionary dictionaryWithObjectsAndKeys:
|
_keyLabelAttrDict = [[NSDictionary dictionaryWithObjectsAndKeys:
|
||||||
labelFont, NSFontAttributeName,
|
labelFont, NSFontAttributeName,
|
||||||
paraStyle, NSParagraphStyleAttributeName,
|
paraStyle, NSParagraphStyleAttributeName,
|
||||||
[NSColor textColor], NSForegroundColorAttributeName,
|
[NSColor blackColor], NSForegroundColorAttributeName,
|
||||||
nil] retain];
|
nil] retain];
|
||||||
[tmp release];
|
[tmp release];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue