QML UI: show app name in the top bar as Subsurface mobile

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-12-26 13:47:23 -08:00
parent 6b10c45b2f
commit 9db615a004

View file

@ -39,7 +39,7 @@ Rectangle {
height: width height: width
} }
MobileComponents.Label { MobileComponents.Label {
text: qsTr("Subsurface") text: qsTr("Subsurface mobile")
height: subsurfaceLogo.height height: subsurfaceLogo.height
anchors { anchors {
left: subsurfaceLogo.right left: subsurfaceLogo.right