mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
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:
parent
d1204e2890
commit
fd786cf242
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue