mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
experiment with moving the label from over the text to the left edge
This commit is contained in:
@@ -374,8 +374,8 @@ GroupsWindowController * fGroupsWindowInstance = nil;
|
||||
|
||||
- (CTGradient *) gradientForColor: (NSColor *) color
|
||||
{
|
||||
return [CTGradient gradientWithBeginningColor: [color blendedColorWithFraction: 0.7 ofColor: [NSColor whiteColor]]
|
||||
endingColor: [color blendedColorWithFraction: 0.4 ofColor: [NSColor whiteColor]]];
|
||||
return [CTGradient gradientWithBeginningColor: [color blendedColorWithFraction: 0.2 ofColor: [NSColor whiteColor]]
|
||||
endingColor: [color blendedColorWithFraction: 0.7 ofColor: [NSColor whiteColor]]];
|
||||
}
|
||||
|
||||
- (void) changeColor: (id) sender
|
||||
|
||||
Reference in New Issue
Block a user