diff options
Diffstat (limited to 'qt-mobile/main.qml')
-rw-r--r-- | qt-mobile/main.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qt-mobile/main.qml b/qt-mobile/main.qml index 4f0bb16e7..c2d0f7779 100644 --- a/qt-mobile/main.qml +++ b/qt-mobile/main.qml @@ -74,6 +74,12 @@ ApplicationWindow { anchors.leftMargin: prefsButton.height * 0.1 anchors.right: topPart.right anchors.rightMargin: prefsButton.height * 0.1 + Text { + text: qsTr("Subsurface mobile") + font.pointSize: 18 + font.bold: true + color: "white" + } Button { id: prefsButton text: "\u22ee" |