* NSSplitView in initWithFrame changed default back color to light gray.

* NSSavePanel modified to inherit from NSPanel per OS spec.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2896 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
far 1998-08-04 08:33:31 +00:00
parent 3803d50e89
commit 6dead11c87
6 changed files with 63 additions and 114 deletions

View file

@ -469,9 +469,9 @@ NSPoint centerRectInRect(NSRect innerRect, NSRect outerRect)
draggedBarWidth=8;
isVertical=NO;
[self seDividerColor:[NSColor darkGrayColor]];
[self setBackgroundColor:[NSColor whiteColor]];
[self setBackgroundColor:[NSColor lightGrayColor]];
[self setDimpleImage:
[NSImage imageNamed:@"splitButton.tiff"] resetDividerThickness:YES];
[NSImage imageNamed:@"common_Dimple.tiff"] resetDividerThickness:YES];
}
return self;
}