1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-07 15:04:13 +00:00
This commit is contained in:
Mitchell Livingston 2007-12-12 15:28:09 +00:00
parent 566ec81269
commit 377266a412

View file

@ -36,7 +36,7 @@
NSColor * startingColor = [NSColor colorWithCalibratedRed: 208.0/255.0 green: 208.0/255.0 blue: 208.0/255.0 alpha: 1.0];
NSColor * endingColor = [NSColor colorWithCalibratedRed: 233.0/255.0 green: 233.0/255.0 blue: 233.0/255.0 alpha: 1.0];
fGradient = [[NSGradient alloc] initWithStartingColor: startingColor endingColor: endingColor];
fGradient = [[CTGradient gradientWithBeginningColor: startingColor endingColor: endingColor] retain];
}
return self;
}