diff options
author | Joakim Bygdell <j.bygdell@gmail.com> | 2015-07-26 13:50:49 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-26 06:19:50 -0700 |
commit | 7be21b1d41ce14088123ca57315abb62de9613a7 (patch) | |
tree | 3564062c84214470abbd72dc8ca0d5b401906254 /qt-mobile/main.qml | |
parent | 64601672a89d4686e9291ad2d1a78df021958bef (diff) | |
download | subsurface-7be21b1d41ce14088123ca57315abb62de9613a7.tar.gz |
QML UI: add Subsurface mobile to top of app
We have space over so lets add the name to the top.
Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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" |