mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 21:27:40 +00:00
Fixes for system colors
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4777 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7ecbd8da9d
commit
a3c6189002
14 changed files with 1013 additions and 886 deletions
|
@ -482,7 +482,7 @@ static inline NSPoint centerSizeInRect(NSSize innerSize, NSRect outerRect)
|
|||
if ([self isOpaque])
|
||||
{
|
||||
[[self backgroundColor] set];
|
||||
NSRectFill(r);
|
||||
NSRectFill(r);
|
||||
}
|
||||
|
||||
/* draw the dimples */
|
||||
|
@ -529,8 +529,8 @@ static inline NSPoint centerSizeInRect(NSSize innerSize, NSRect outerRect)
|
|||
dividerWidth = 8;
|
||||
draggedBarWidth = 8;
|
||||
isVertical = NO;
|
||||
[self setDividerColor: [NSColor darkGrayColor]];
|
||||
[self setBackgroundColor: [NSColor lightGrayColor]];
|
||||
[self setDividerColor: [NSColor controlShadowColor]];
|
||||
[self setBackgroundColor: [NSColor controlBackgroundColor]];
|
||||
[self setDimpleImage:
|
||||
[NSImage imageNamed: @"common_Dimple.tiff"] resetDividerThickness: YES];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue