From 4d59186bd2996317884a885c8487a8b30fcd52a5 Mon Sep 17 00:00:00 2001 From: Joerg Platte Date: Thu, 17 Jan 2013 10:54:32 +0100 Subject: [PATCH] UI changes --- Classes/LinphoneUI/UIStationCell.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/LinphoneUI/UIStationCell.m b/Classes/LinphoneUI/UIStationCell.m index 307b701e6..b0f718978 100644 --- a/Classes/LinphoneUI/UIStationCell.m +++ b/Classes/LinphoneUI/UIStationCell.m @@ -46,7 +46,6 @@ CAGradientLayer *overlayButtonShineLayer; -// [self roundView:cellBackgroundView onCorner:(UIRectCornerBottomLeft|UIRectCornerBottomRight) radius:7.0]; [cellBackgroundView makeRoundWithCorner:(UIRectCornerBottomLeft|UIRectCornerBottomRight) radius:7.0]; overlayButtonShineLayer = [CAGradientLayer layer]; @@ -76,6 +75,7 @@ shadow.layer.shadowOffset = CGSizeMake(2, 2); shadow.layer.shadowRadius = 5.0f; shadow.layer.masksToBounds = NO; + shadow.layer.name = @"BuschJaegerLayer"; shadow.clipsToBounds = NO; shadow.layer.shadowOpacity = 0.9f; [cellBackgroundView.superview insertSubview:shadow belowSubview:cellBackgroundView];