From 59fc9863568456e3a5113f5633354d8d0fad00be Mon Sep 17 00:00:00 2001 From: Oleg Yadrov Date: Mon, 17 Oct 2016 16:09:52 -0700 Subject: Port Planets QML example to Apple TV Change-Id: I254cbc1643fcb5b67af8338c0b7adc8c25829f9d Reviewed-by: Jake Petroules --- examples/qt3d/planets-qml/InfoSheet.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/qt3d/planets-qml/InfoSheet.qml') diff --git a/examples/qt3d/planets-qml/InfoSheet.qml b/examples/qt3d/planets-qml/InfoSheet.qml index 4d03d8871..171477329 100644 --- a/examples/qt3d/planets-qml/InfoSheet.qml +++ b/examples/qt3d/planets-qml/InfoSheet.qml @@ -96,9 +96,9 @@ Rectangle { property string exampleDetails: "" font.family: "Helvetica" - font.pixelSize: 16 + font.pixelSize: 18 font.weight: Font.Light - lineHeight: 1.625 * 16 + lineHeight: 1.625 * 18 lineHeightMode: Text.FixedHeight color: "white" -- cgit v1.2.3