#import "ITTextFieldCell.h"
-#import <CoreGraphics/CoreGraphics.h>
+#import <ApplicationServices/ApplicationServices.h>
#import "ITCoreGraphicsHacks.h"
#pragma mark INITIALIZATION METHODS
/*************************************************************************/
-- (id)initTextCell:(NSString *)string;
+- (id)initTextCell:(NSString *)string
{
if ( ( self = [super initTextCell:string] ) ) {
castsShadow = NO;
shadowAmbient = 0.15;
shadowHeight = 1.00;
shadowRadius = 4.00;
- shadowSaturation = 1.2;
+ shadowSaturation = 1.0;
}
return self;