mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
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:
parent
6b10c45b2f
commit
9db615a004
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue