From 00cb5dd834da954af512275cc42df9ebe1d69c14 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 17 Dec 2020 15:11:20 -0800 Subject: mobile/UI: ensure we show a line between dives In the dive list the rendering of the line ended up being subject to rounding errors. With this change we ensure that the thin line is always shown. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/DiveList.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets') diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index 063b0a4c4..7a8a7e668 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -162,7 +162,7 @@ Kirigami.ScrollablePage { } Item { id: diveListEntry - height: visible ? 10 * Kirigami.Units.smallSpacing : 0 + height: visible ? 10 * Kirigami.Units.smallSpacing - 1 : 0 anchors { right: parent.right left: leftBarDive.right -- cgit v1.2.3-70-g09d2