mirror of
https://github.com/transmission/transmission
synced 2025-02-02 20:43:51 +00:00
Pieces View background is light gray instead of black
This commit is contained in:
parent
3f90ce42fb
commit
c055f25962
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
fBack = [[NSImage alloc] initWithSize: size];
|
||||
|
||||
[fBack lockFocus];
|
||||
[[NSColor blackColor] set];
|
||||
[[NSColor lightGrayColor] set];
|
||||
[bp fill];
|
||||
[fBack unlockFocus];
|
||||
|
||||
|
|
Loading…
Reference in a new issue