mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Set tool tip text color to black
This commit is contained in:
@@ -55,6 +55,7 @@ static __weak OakToolTip* LastToolTip;
|
||||
[field setDrawsBackground:NO];
|
||||
[field setAutoresizingMask:NSViewWidthSizable | NSViewHeightSizable];
|
||||
[field setFont:defaultFont];
|
||||
[field setTextColor:[NSColor blackColor]];
|
||||
[field setStringValue:@"This is a nice little code block"];
|
||||
|
||||
[self setContentView:field];
|
||||
|
||||
Reference in New Issue
Block a user