change the pieces view background color a little
This commit is contained in:
parent
33305d1c80
commit
55d8eaebfa
|
@ -50,7 +50,7 @@
|
|||
fBack = [[NSImage alloc] initWithSize: size];
|
||||
|
||||
[fBack lockFocus];
|
||||
[[NSColor lightGrayColor] set];
|
||||
[[NSColor colorWithCalibratedWhite: 0.0 alpha: 0.4] set];
|
||||
[bp fill];
|
||||
[fBack unlockFocus];
|
||||
|
||||
|
|
Loading…
Reference in New Issue