mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
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
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue