change the pieces view background color a little

This commit is contained in:
Mitchell Livingston
2007-06-21 00:12:03 +00:00
parent 33305d1c80
commit 55d8eaebfa

View File

@@ -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];