summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/DiveList.qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml/DiveList.qml')
-rw-r--r--mobile-widgets/qml/DiveList.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml
index 379dbf952..1b5eaaf42 100644
--- a/mobile-widgets/qml/DiveList.qml
+++ b/mobile-widgets/qml/DiveList.qml
@@ -156,7 +156,7 @@ Kirigami.ScrollablePage {
id: tripHeading
Item {
width: page.width - Kirigami.Units.gridUnit
- height: childrenRect.height + Kirigami.Units.smallSpacing * 2 + Math.max(2, Kirigami.Units.gridUnit / 2)
+ height: childrenRect.height - Kirigami.Units.smallSpacing
Rectangle {
id: leftBar
height: section == "" ? 0 : headingBackground.height