mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue