mirror of
https://github.com/transmission/transmission
synced 2024-12-25 09:13:06 +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
|
||||
|
||||
//only called one, so don't worry about release
|
||||
//only called once, so don't worry about releasing
|
||||
- (id) init
|
||||
{
|
||||
if ((self = [super init]))
|
||||
|
@ -227,7 +227,7 @@
|
|||
groupRect.size.width = WIDTH_GROUP_FADE;
|
||||
|
||||
CTGradient * gradient = [CTGradient gradientWithBeginningColor: color endingColor: [color colorWithAlphaComponent: 0.0]];
|
||||
[gradient fillRect: groupRect angle: 0];
|
||||
[gradient fillRect: groupRect angle: 0.0];
|
||||
}
|
||||
|
||||
//error image
|
||||
|
|
Loading…
Reference in a new issue