From 53ed1c7326a6633b15e24f1f8f486a3db0f444ea Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Thu, 19 Oct 2017 11:22:37 +0200 Subject: QML-UI: some more layout repair (dive details) As in a525fff1125, also the dive details top data was not nicely positioned any more due to the deprecated and removed Kirigami.Label. Signed-off-by: Jan Mulder --- mobile-widgets/qml/DiveDetailsView.qml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mobile-widgets/qml/DiveDetailsView.qml') diff --git a/mobile-widgets/qml/DiveDetailsView.qml b/mobile-widgets/qml/DiveDetailsView.qml index f9a292ed5..3197bb922 100644 --- a/mobile-widgets/qml/DiveDetailsView.qml +++ b/mobile-widgets/qml/DiveDetailsView.qml @@ -71,7 +71,9 @@ Item { anchors { left: locationText.left top: locationText.bottom + topMargin: Kirigami.Units.smallSpacing bottom: numberText.bottom + } Controls.Label { @@ -96,12 +98,14 @@ Item { anchors { right: parent.right top: locationText.bottom + topMargin: Kirigami.Units.smallSpacing } } Row { anchors { left: dateRow.left top: numberText.bottom + topMargin: Kirigami.Units.smallSpacing } Controls.Label { id: ratingText @@ -144,6 +148,7 @@ Item { anchors { right: numberText.right top: numberText.bottom + topMargin: Kirigami.Units.smallSpacing } Controls.Label { id: visibilityText -- cgit v1.2.3-70-g09d2