From 6f96edd766e4f782b0d7ed8cf960a097860b0c7f Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 11 May 2020 06:44:19 -0700 Subject: mobile/dive-details: less whitespace at the top This always seemed odd - the location looked like it sat 'low' on the screen. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/DiveDetailsView.qml | 2 ++ 1 file changed, 2 insertions(+) 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("") -- cgit v1.2.3-70-g09d2