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:
parent
03632ac9d8
commit
a1bee768e0
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue