summaryrefslogtreecommitdiffstats
path: root/basicsuite/qt5-everywhere/demos/touchgallery/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/qt5-everywhere/demos/touchgallery/main.qml')
-rw-r--r--basicsuite/qt5-everywhere/demos/touchgallery/main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/basicsuite/qt5-everywhere/demos/touchgallery/main.qml b/basicsuite/qt5-everywhere/demos/touchgallery/main.qml
index 2708b8b..94089cf 100644
--- a/basicsuite/qt5-everywhere/demos/touchgallery/main.qml
+++ b/basicsuite/qt5-everywhere/demos/touchgallery/main.qml
@@ -81,9 +81,9 @@ 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
+ x: backButton.x + backButton.width + 10
anchors.verticalCenter: parent.verticalCenter
color: "white"
text: "Widget Gallery"