From bf21fbd000611dc663d50fca58050835d50a2dd2 Mon Sep 17 00:00:00 2001 From: Francisco Ryan Tolmasky I Date: Tue, 26 May 2009 00:30:58 -0700 Subject: [PATCH] Slight color modification to theme showcase. Reviewed by me. --- AppKit/Tools/BlendKit/BKShowcaseController.j | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AppKit/Tools/BlendKit/BKShowcaseController.j b/AppKit/Tools/BlendKit/BKShowcaseController.j index 4bbe9d21c..90f9b8c3b 100644 --- a/AppKit/Tools/BlendKit/BKShowcaseController.j +++ b/AppKit/Tools/BlendKit/BKShowcaseController.j @@ -61,11 +61,11 @@ var BKLearnMoreToolbarItemIdentifier = @"BKLearnMoreToolbarItemId var label = [CPTextField labelWithTitle:@"THEMES"]; [label setFont:[CPFont boldSystemFontOfSize:11.0]]; - [label setTextColor:[CPColor colorWithCalibratedRed:92.0 / 255.0 green:110.0 / 255.0 blue:129.0 / 255.0 alpha:1.0]]; + [label setTextColor:[CPColor colorWithCalibratedRed:93.0 / 255.0 green:93.0 / 255.0 blue:93.0 / 255.0 alpha:1.0]]; [label setTextShadowColor:[CPColor colorWithCalibratedRed:225.0 / 255.0 green:255.0 / 255.0 blue:255.0 / 255.0 alpha:0.7]]; [label setTextShadowOffset:CGSizeMake(0.0, 1.0)]; [label sizeToFit]; - [label setFrameOrigin:CGPointMake(5.0, 2.0)]; + [label setFrameOrigin:CGPointMake(5.0, 4.0)]; var themeDescriptorItem = [[CPCollectionViewItem alloc] init];