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:
parent
64601672a8
commit
7be21b1d41
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user