summaryrefslogtreecommitdiffstats
path: root/QtDemo/qml/QtDemo/demos/touchgallery/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'QtDemo/qml/QtDemo/demos/touchgallery/main.qml')
-rw-r--r--QtDemo/qml/QtDemo/demos/touchgallery/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/QtDemo/qml/QtDemo/demos/touchgallery/main.qml b/QtDemo/qml/QtDemo/demos/touchgallery/main.qml
index 95d737b..ad8fbef 100644
--- a/QtDemo/qml/QtDemo/demos/touchgallery/main.qml
+++ b/QtDemo/qml/QtDemo/demos/touchgallery/main.qml
@@ -81,7 +81,7 @@ CustomAppWindow {
}
Text {
- font.pixelSize: app.height*.07
+ font.pixelSize: app.height*.06
Behavior on x { NumberAnimation{ easing.type: Easing.OutCubic} }
x: backButton.x + backButton.width + 20
anchors.verticalCenter: parent.verticalCenter