Added sliding in from all four corners both horizontal and vertical.
[ITKit.git] / ITTextFieldCell.m
index 3d04848..7e289fd 100755 (executable)
@@ -1,5 +1,5 @@
 #import "ITTextFieldCell.h"
-#import <CoreGraphics/CoreGraphics.h>
+#import <ApplicationServices/ApplicationServices.h>
 #import "ITCoreGraphicsHacks.h"
 
 
@@ -24,7 +24,7 @@
         shadowAmbient    = 0.15;
         shadowHeight     = 1.00;
         shadowRadius     = 4.00;
-        shadowSaturation = 1.0;
+        shadowSaturation = 1.2;
     }
 
     return self;