mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 22:10:36 +00:00
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:
parent
2e4243b043
commit
0cc4b39bb1
6 changed files with 168 additions and 53 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue