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>
This commit is contained in:
Joakim Bygdell 2015-07-26 13:50:49 +02:00 committed by Dirk Hohndel
parent 64601672a8
commit 7be21b1d41

View file

@ -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"