QML UI: DiveList: fix position of delete button

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-06-21 07:01:37 -07:00
parent c775fcebec
commit 16f16f6818

View file

@ -126,6 +126,10 @@ Kirigami.ScrollablePage {
color: "#FF3030"
antialiasing: true
radius: Kirigami.Units.smallSpacing
anchors {
left: diveListEntry.right
right: parent.right
}
Kirigami.Icon {
anchors {
horizontalCenter: parent.horizontalCenter