diff --git a/src/KalGridView.m b/src/KalGridView.m index 798d73e..31c51dc 100644 --- a/src/KalGridView.m +++ b/src/KalGridView.m @@ -17,7 +17,10 @@ #define SLIDE_UP 1 #define SLIDE_DOWN 2 -const CGSize kTileSize = { 46.f, 44.f }; +//const CGSize kTileSize = { 46.f, 44.f }; +static CGSize kTileSize; +const CGSize kTileIPAD = {110.f, 44.f}; //for iPAD +const CGSize kTileIPHONE = { 46.f, 44.f }; //for iPhone static NSString *kSlideAnimationId = @"KalSwitchMonths"; @@ -41,6 +44,13 @@ - (id)initWithFrame:(CGRect)frame logic:(KalLogic *)theLogic delegate:(id