From 7367d2535f89293d4fbff55e4494b48b41cb91b8 Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Wed, 26 Sep 2018 09:43:20 +0200 Subject: mobile, QML UI: fix overlapping button The select buttons in the downloaded dives delegate overlapped the dive data. Simple margin change fixes this. Signed-off-by: Jan Mulder --- mobile-widgets/qml/DownloadedDiveDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets/qml') diff --git a/mobile-widgets/qml/DownloadedDiveDelegate.qml b/mobile-widgets/qml/DownloadedDiveDelegate.qml index 103d9f534..8aa4e912f 100644 --- a/mobile-widgets/qml/DownloadedDiveDelegate.qml +++ b/mobile-widgets/qml/DownloadedDiveDelegate.qml @@ -36,7 +36,7 @@ Kirigami.AbstractListItem { SsrfCheckBox { id: diveIsSelected checked: innerListItem.selected; - width: childrenRect.width - Kirigami.Units.smallSpacing; + width: childrenRect.width + 4 * Kirigami.Units.smallSpacing; height: childrenRect.heigh - Kirigami.Units.smallSpacing; anchors.verticalCenter: parent.verticalCenter onClicked: { -- cgit v1.2.3-70-g09d2