Archived
1

Layout Improvements (New Fonts)

This commit is contained in:
Kim Wittenburg
2014-11-25 17:48:42 +01:00
parent 66d06cc0f1
commit 8b0f8109c8
10 changed files with 73 additions and 55 deletions

View File

@@ -528,6 +528,7 @@
textField.editable = NO;
textField.textColor = [NSColor redColor];
textField.font = [NSFont boldSystemFontOfSize:12.0];
textField.drawsBackground = NO;
_mathErrorTextField = textField;
}
return _mathErrorTextField;