summaryrefslogtreecommitdiffstats
path: root/QtDemo/qml/QtDemo/demos/touchgallery/main.qml
diff options
context:
space:
mode:
authorLasse Räihä <lasse.raiha@digia.com>2013-12-09 15:57:01 +0200
committerKimmo Ollila <kimmo.ollila@digia.com>2013-12-09 16:14:53 +0200
commit8d239b579a9b6ae9bfc133651cc8e581d051b2c8 (patch)
tree579e00d2b4adad577ed32559e9d56fed68799fbe /QtDemo/qml/QtDemo/demos/touchgallery/main.qml
parente6bfd18b5637ec5372672a1eff8ed7094a32c376 (diff)
Fixed some bugs for Qt5.2
Change-Id: If4f47ac17c697730885fc8c749293466185fdfe1 Reviewed-by: Lasse Räihä <lasse.raiha@digia.com> Reviewed-by: Kimmo Ollila <kimmo.ollila@digia.com>
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