mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-20 06:45:27 +00:00
QML UI: DiveList: fix position of delete button
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c775fcebec
commit
16f16f6818
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue