mirror of
https://github.com/transmission/transmission
synced 2025-02-03 04:53:27 +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 = [[NSImage alloc] initWithSize: size];
|
||||||
|
|
||||||
[fBack lockFocus];
|
[fBack lockFocus];
|
||||||
[[NSColor blackColor] set];
|
[[NSColor lightGrayColor] set];
|
||||||
[bp fill];
|
[bp fill];
|
||||||
[fBack unlockFocus];
|
[fBack unlockFocus];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue