mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 22:10:36 +00:00
* 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:
parent
3803d50e89
commit
6dead11c87
6 changed files with 63 additions and 114 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue