Another cleanup that doesn't seem to actually help
[ITKit.git] / ITTextFieldCell.m
index 00d54f6..aeb6ca7 100755 (executable)
@@ -1,5 +1,5 @@
 #import "ITTextFieldCell.h"
-#import <CoreGraphics/CoreGraphics.h>
+#import <ApplicationServices/ApplicationServices.h>
 #import "ITCoreGraphicsHacks.h"
 
 
@@ -15,7 +15,7 @@
 #pragma mark INITIALIZATION METHODS
 /*************************************************************************/
 
-- (id)initTextCell:(NSString *)string;
+- (id)initTextCell:(NSString *)string
 {
     if ( ( self = [super initTextCell:string] ) ) {
         castsShadow      = NO;
@@ -24,7 +24,7 @@
         shadowAmbient    = 0.15;
         shadowHeight     = 1.00;
         shadowRadius     = 4.00;
-        shadowSaturation = 1.2;
+        shadowSaturation = 1.0;
     }
 
     return self;