Pretty up

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5612 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-12-22 12:20:22 +00:00
parent d9f6720bbf
commit 188843121e
7 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Wed Dec 22 12:16:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
Replaced the two NeXT images for sounds and classes.
Improved drag and drop.
Tue Dec 21 15:30:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
Added size inspector for autoresizing of views.

View file

@ -50,6 +50,7 @@ Gorm_RESOURCE_FILES = \
Images/GormMenu.tiff \
Images/GormObject.tiff \
Images/GormSound.tiff \
Images/GormUnknown.tiff \
Images/GormSourceTag.tiff \
Images/GormTargetTag.tiff \
Images/GormLinkImage.tiff \

View file

@ -60,7 +60,7 @@
if (image == nil)
{
NSBundle *bundle = [NSBundle mainBundle];
NSString *path = [bundle pathForImageResource: @"GormObject"];
NSString *path = [bundle pathForImageResource: @"GormUnknown"];
image = [[NSImage alloc] initWithContentsOfFile: path];
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Images/GormUnknown.tiff Normal file

Binary file not shown.