Remove strange whitespace on right of divelist

There was a column of whitespace in the divelist that looked strange.
It was there so a trash can icon can appear. Now the trashcan overlaps
with the item.

Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Robert C. Helling 2016-06-13 00:35:06 +02:00 committed by Dirk Hohndel
parent 22170d3991
commit 1df085240d

View file

@ -46,7 +46,7 @@ Kirigami.ScrollablePage {
}
Row {
width: parent.width - Kirigami.Units.gridUnit
width: parent.width
height: childrenRect.height - Kirigami.Units.smallSpacing
spacing: horizontalPadding
add: Transition {
@ -129,6 +129,7 @@ Kirigami.ScrollablePage {
visible: deleteButtonVisible
height: diveListEntry.height - Kirigami.Units.smallSpacing
width: height - 3 * Kirigami.Units.smallSpacing
anchors.right: diveListEntry.right
color: "#FF3030"
antialiasing: true
radius: Kirigami.Units.smallSpacing