From 8a6afd79d6f2841e28205afce9d70c2fc19c6d15 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Tue, 27 Jun 2017 09:36:43 +0200 Subject: [PATCH] fix(CallStats): grow height --- ui/modules/Linphone/Styles/Calls/CallStatisticsStyle.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/modules/Linphone/Styles/Calls/CallStatisticsStyle.qml b/ui/modules/Linphone/Styles/Calls/CallStatisticsStyle.qml index 2b2a8408d..208567dc8 100644 --- a/ui/modules/Linphone/Styles/Calls/CallStatisticsStyle.qml +++ b/ui/modules/Linphone/Styles/Calls/CallStatisticsStyle.qml @@ -8,7 +8,7 @@ import Units 1.0 QtObject { property color color: Colors.e - property int height: 250 + property int height: 280 property int leftMargin: 12 property int rightMargin: 12 property int spacing: 8