experiment with moving the label from over the text to the left edge

This commit is contained in:
Mitchell Livingston
2007-12-18 01:44:37 +00:00
parent 02e52bb013
commit baa143b9b1
3 changed files with 29 additions and 18 deletions

View File

@@ -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