mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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"
|
color: "#FF3030"
|
||||||
antialiasing: true
|
antialiasing: true
|
||||||
radius: Kirigami.Units.smallSpacing
|
radius: Kirigami.Units.smallSpacing
|
||||||
|
anchors {
|
||||||
|
left: diveListEntry.right
|
||||||
|
right: parent.right
|
||||||
|
}
|
||||||
Kirigami.Icon {
|
Kirigami.Icon {
|
||||||
anchors {
|
anchors {
|
||||||
horizontalCenter: parent.horizontalCenter
|
horizontalCenter: parent.horizontalCenter
|
||||||
|
|
Loading…
Add table
Reference in a new issue