summaryrefslogtreecommitdiffstats
path: root/qt-mobile/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile/main.qml')
-rw-r--r--qt-mobile/main.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-mobile/main.qml b/qt-mobile/main.qml
index 63ff5b5b4..24ebb40ed 100644
--- a/qt-mobile/main.qml
+++ b/qt-mobile/main.qml
@@ -81,6 +81,8 @@ ApplicationWindow {
font.pointSize: 18
font.bold: true
color: "white"
+ anchors.horizontalCenter: parent.horizontalCenter
+ horizontalAlignment: Text.AlignHCenter
}
Button {
id: prefsButton