1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00

adjust colors a bit

This commit is contained in:
Mitchell Livingston 2007-12-18 03:13:18 +00:00
parent 5ee33206d0
commit 2e05ee76e2

View file

@ -77,7 +77,7 @@
@implementation TorrentCell @implementation TorrentCell
//only called one, so don't worry about release //only called once, so don't worry about releasing
- (id) init - (id) init
{ {
if ((self = [super init])) if ((self = [super init]))
@ -227,7 +227,7 @@
groupRect.size.width = WIDTH_GROUP_FADE; groupRect.size.width = WIDTH_GROUP_FADE;
CTGradient * gradient = [CTGradient gradientWithBeginningColor: color endingColor: [color colorWithAlphaComponent: 0.0]]; CTGradient * gradient = [CTGradient gradientWithBeginningColor: color endingColor: [color colorWithAlphaComponent: 0.0]];
[gradient fillRect: groupRect angle: 0]; [gradient fillRect: groupRect angle: 0.0];
} }
//error image //error image