mirror of
https://github.com/transmission/transmission
synced 2025-02-07 15:04:13 +00:00
fix typo
This commit is contained in:
parent
566ec81269
commit
377266a412
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue