Changed system fonts of size 12 to 0. This will use Nicolas font

cache and keep font sizes consistent when changed.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7347 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2000-09-02 17:16:26 +00:00
parent 9dd0f9c269
commit d3c10d80e7
11 changed files with 15 additions and 15 deletions

View file

@ -46,7 +46,7 @@ static NSColor *clearCol = nil;
_cell.text_align = NSCenterTextAlignment;
ASSIGN (_text_color, [NSColor windowFrameTextColor]);
[self setBackgroundColor: [NSColor controlShadowColor]];
[self setFont: [NSFont titleBarFontOfSize:12]];
[self setFont: [NSFont titleBarFontOfSize: 0]];
_cell.is_bezeled = YES;
_textfieldcell_draws_background = YES;