diff options
-rw-r--r-- | mobile-widgets/qml/DiveDetailsView.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DiveDetailsView.qml b/mobile-widgets/qml/DiveDetailsView.qml index 62b28bfdd..73efbeec4 100644 --- a/mobile-widgets/qml/DiveDetailsView.qml +++ b/mobile-widgets/qml/DiveDetailsView.qml @@ -31,6 +31,8 @@ Item { width: parent.width - Kirigami.Units.gridUnit height: childrenRect.height - Kirigami.Units.smallSpacing anchors.left: parent.left + anchors.top: detailsView.top + anchors.topMargin: - Kirigami.Units.smallSpacing Controls.Label { id: locationText text: (undefined !== location && "" !== location) ? location : qsTr("<unnamed dive site>") |