Change some defaults and minor bug fixes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@1806 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
netcrep 1996-09-21 16:31:19 +00:00
parent 2e4243b043
commit 0cc4b39bb1
6 changed files with 168 additions and 53 deletions

View file

@ -75,7 +75,7 @@
- initTextCell:(NSString *)aString
{
[super initTextCell:aString];
support = [NSFont userFixedPitchFontOfSize:12];
support = [NSFont userFontOfSize:12];
alt_contents = @"Button";
cell_type = NSMomentaryPushButton;
[self setEnabled:YES];