Changed toolbar color

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19396 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-05-25 02:22:00 +00:00
parent d1204e2890
commit fd786cf242
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2004-05-22 10:22 Gregory John Casamento <greg_casamento@yahoo.com>
* GormDocument.m: [GormDocument awakeFromNib] added call
to [NSToolbar setUsesStandardBackgroundColor:] to make the
background light-grey instead of clear.
2004-05-22 12:31 Gregory John Casamento <greg_casamento@yahoo.com>
* Gorm.m: [Gorm validateMenuItem:] removed code which greys

View file

@ -408,6 +408,7 @@ static NSImage *classesImage = nil;
[toolbar setAllowsUserCustomization: NO];
[toolbar setDelegate: self];
[window setToolbar: toolbar];
[toolbar setUsesStandardBackgroundColor: YES];
}
- (void) addConnector: (id<IBConnectors>)aConnector