summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/DiveDetailsView.qml5
1 files changed, 5 insertions, 0 deletions
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