lighten the line at the bottom of the filter bar
This commit is contained in:
parent
69f1e8ba0e
commit
8b8ec60007
|
@ -411,7 +411,7 @@ tr_session * fHandle;
|
|||
break;
|
||||
default:
|
||||
NSAssert1(NO, @"Port checker returned invalid status: %d", [fPortChecker status]);
|
||||
return;
|
||||
break;
|
||||
}
|
||||
[fPortChecker release];
|
||||
fPortChecker = nil;
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
if (NSIntersectsRect(lineBorderRect, rect))
|
||||
{
|
||||
gridRects[count] = lineBorderRect;
|
||||
colorRects[count] = [[self window] isMainWindow] ? [NSColor colorWithCalibratedWhite: 0.25 alpha: 1.0]
|
||||
colorRects[count] = [[self window] isMainWindow] ? [NSColor colorWithCalibratedWhite: 0.65 alpha: 1.0]
|
||||
: [NSColor colorWithCalibratedWhite: 0.5 alpha: 1.0];
|
||||
++count;
|
||||
|
||||
|
|
Loading…
Reference in New Issue