summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/planets-qml/InfoSheet.qml
diff options
context:
space:
mode:
authorOleg Yadrov <oleg.yadrov@qt.io>2016-10-17 16:09:52 -0700
committerOleg Yadrov <oleg.yadrov@qt.io>2016-10-28 22:34:28 +0000
commit59fc9863568456e3a5113f5633354d8d0fad00be (patch)
treebe7d1a3600d64d84a25812ce11cfa586efbcd4da /examples/qt3d/planets-qml/InfoSheet.qml
parent8be45352146be822e45e9d563d8e74687fa0fd0e (diff)
Port Planets QML example to Apple TV
Change-Id: I254cbc1643fcb5b67af8338c0b7adc8c25829f9d Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'examples/qt3d/planets-qml/InfoSheet.qml')
-rw-r--r--examples/qt3d/planets-qml/InfoSheet.qml4
1 files changed, 2 insertions, 2 deletions
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"