nib2gmodel on MacOSX patches.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4406 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Michael Silva 1999-06-14 20:33:19 +00:00
parent d667a0b705
commit 39f37c46e6
6 changed files with 52 additions and 6 deletions

View file

@ -133,7 +133,7 @@
[label setEditable:NO];
[label setDrawsBackground:YES];
[label setTextColor:[NSColor whiteColor]];
[label setBackgroundColor:[NSColor darkGrayColor]];
[label setBackgroundColor:[NSColor colorWithCalibratedWhite:NSDarkGray alpha: 1.0]];
[bottomSplit addSubview:label];
[label release];