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:
parent
5ee33206d0
commit
2e05ee76e2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue