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 <jlmulder@xs4all.nl>
This commit is contained in:
Jan Mulder 2018-09-26 09:43:20 +02:00 committed by Dirk Hohndel
parent be1d3a7986
commit 7367d2535f

View file

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