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 <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-06-20 09:25:07 -07:00
parent edd0d2f2bb
commit 712d1e97f3

View file

@ -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