summaryrefslogtreecommitdiffstats
path: root/qt-mobile/DiveDetails.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile/DiveDetails.qml')
-rw-r--r--qt-mobile/DiveDetails.qml15
1 files changed, 8 insertions, 7 deletions
diff --git a/qt-mobile/DiveDetails.qml b/qt-mobile/DiveDetails.qml
index e8bcedaaa..3c5120a85 100644
--- a/qt-mobile/DiveDetails.qml
+++ b/qt-mobile/DiveDetails.qml
@@ -49,18 +49,11 @@ Item {
anchors.leftMargin: prefsButton.height * 0.1
anchors.right: topBar.right
anchors.rightMargin: prefsButton.height * 0.1
- Text {
- text: qsTr("Subsurface mobile")
- font.pointSize: 18
- font.bold: true
- color: "white"
- }
Button {
id: backButton
Layout.maximumHeight: prefsButton.height
Layout.minimumHeight: prefsButton.height
Layout.preferredWidth: Screen.width * 0.1
- anchors.right: parent.right
text: "\u2190"
style: ButtonStyle {
background: Rectangle {
@@ -88,6 +81,14 @@ Item {
stackView.pop();
}
}
+ Text {
+ text: qsTr("Subsurface mobile")
+ font.pointSize: 18
+ font.bold: true
+ color: "white"
+ anchors.horizontalCenter: parent.horizontalCenter
+ horizontalAlignment: Text.AlignHCenter
+ }
}
}
GridLayout {