1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-31 11:23:40 +00:00

give the filter bar a darker bottom line

This commit is contained in:
Mitchell Livingston 2010-12-04 04:08:24 +00:00
parent 03632ac9d8
commit a1bee768e0

View file

@ -99,7 +99,8 @@
if (NSIntersectsRect(lineBorderRect, rect))
{
gridRects[count] = lineBorderRect;
colorRects[count] = fGrayBorderColor;
colorRects[count] = [[self window] isMainWindow] ? [NSColor colorWithCalibratedWhite: 0.25 alpha: 1.0]
: [NSColor colorWithCalibratedWhite: 0.5 alpha: 1.0];
++count;
rect.origin.y += 1.0;