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:
parent
edd0d2f2bb
commit
712d1e97f3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user