diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-06-21 07:01:37 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-06-21 11:01:37 -0700 |
commit | 16f16f6818d1b5f48020ec6de086a5c76026b9bd (patch) | |
tree | 00233ce302276a298af529dcd2e28ceaab524f89 | |
parent | c775fcebec909e806e1a0abadb9fc9c0accf2938 (diff) | |
download | subsurface-16f16f6818d1b5f48020ec6de086a5c76026b9bd.tar.gz |
QML UI: DiveList: fix position of delete button
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | mobile-widgets/qml/DiveList.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index a03a792a9..2112d8ea4 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -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 |