lighten the line at the bottom of the filter bar

This commit is contained in:
Mitchell Livingston 2010-12-21 03:31:18 +00:00
parent 69f1e8ba0e
commit 8b8ec60007
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;