mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
22170d3991
commit
1df085240d
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,7 @@ Kirigami.ScrollablePage {
|
||||||
}
|
}
|
||||||
|
|
||||||
Row {
|
Row {
|
||||||
width: parent.width - Kirigami.Units.gridUnit
|
width: parent.width
|
||||||
height: childrenRect.height - Kirigami.Units.smallSpacing
|
height: childrenRect.height - Kirigami.Units.smallSpacing
|
||||||
spacing: horizontalPadding
|
spacing: horizontalPadding
|
||||||
add: Transition {
|
add: Transition {
|
||||||
|
@ -129,6 +129,7 @@ Kirigami.ScrollablePage {
|
||||||
visible: deleteButtonVisible
|
visible: deleteButtonVisible
|
||||||
height: diveListEntry.height - Kirigami.Units.smallSpacing
|
height: diveListEntry.height - Kirigami.Units.smallSpacing
|
||||||
width: height - 3 * Kirigami.Units.smallSpacing
|
width: height - 3 * Kirigami.Units.smallSpacing
|
||||||
|
anchors.right: diveListEntry.right
|
||||||
color: "#FF3030"
|
color: "#FF3030"
|
||||||
antialiasing: true
|
antialiasing: true
|
||||||
radius: Kirigami.Units.smallSpacing
|
radius: Kirigami.Units.smallSpacing
|
||||||
|
|
Loading…
Add table
Reference in a new issue