diff --git a/Classes/LinphoneUI/Base.lproj/UICallCell.xib b/Classes/LinphoneUI/Base.lproj/UICallCell.xib
index ceeb22898..84e9c9e8e 100644
--- a/Classes/LinphoneUI/Base.lproj/UICallCell.xib
+++ b/Classes/LinphoneUI/Base.lproj/UICallCell.xib
@@ -55,12 +55,12 @@
-
+
-
+
@@ -78,7 +78,7 @@
-
+
-
-
+
-
+
-
+
-
+
@@ -136,20 +136,20 @@
-
+
-
+
-
+
-
+
@@ -161,20 +161,20 @@
-
+
-
+
-
+
-
+
@@ -193,28 +193,28 @@
-
+
-
-
+
+
-
+
-
-
-
+
+
+
@@ -224,47 +224,22 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
+
-
+
-
+
@@ -275,21 +250,21 @@
-
-
+
+
-
+
-
+
-
+
@@ -299,22 +274,47 @@
-
-
-
+
+
+
-
-
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -324,22 +324,22 @@
-
-
-
+
+
+
-
+
-
+
-
+
diff --git a/Classes/LinphoneUI/UICallCell.m b/Classes/LinphoneUI/UICallCell.m
index 1253b6bb2..889a33e44 100644
--- a/Classes/LinphoneUI/UICallCell.m
+++ b/Classes/LinphoneUI/UICallCell.m
@@ -37,7 +37,7 @@
self->call = acall;
image = [[UIImage imageNamed:@"avatar_unknown.png"] retain];
address = [@"Unknown" retain];
- [self update];
+ [self update];
}
return self;
}
@@ -180,7 +180,12 @@
[UICallCell adaptSize:videoDownloadBandwidthHeaderLabel field:videoDownloadBandwidthLabel];
[UICallCell adaptSize:videoUploadBandwidthHeaderLabel field:videoUploadBandwidthLabel];
[UICallCell adaptSize:videoIceConnectivityHeaderLabel field:videoIceConnectivityLabel];
-
+
+ if ([LinphoneManager runningOnIpad]) {
+ [LinphoneUtils adjustFontSize:self.audioStatsView mult:2.22];
+ [LinphoneUtils adjustFontSize:self.videoStatsView mult:2.22];
+ }
+
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(applicationWillEnterForeground:)
name:UIApplicationWillEnterForegroundNotification