From 712d1e97f37600858ed2534ae097cb3d9b060e9b Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 20 Jun 2017 09:25:07 -0700 Subject: QML UI: DiveList: remove space below trip heading That made sense before we had the shaded background, now it just looks terrible. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/DiveList.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets/qml') 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 -- cgit v1.2.3-70-g09d2