QML-UI: some more layout repair (dive details)
As in a525fff1125, also the dive details top data was not nicely positioned any more due to the deprecated and removed Kirigami.Label. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
49771d8748
commit
53ed1c7326
@ -71,7 +71,9 @@ Item {
|
||||
anchors {
|
||||
left: locationText.left
|
||||
top: locationText.bottom
|
||||
topMargin: Kirigami.Units.smallSpacing
|
||||
bottom: numberText.bottom
|
||||
|
||||
}
|
||||
|
||||
Controls.Label {
|
||||
@ -96,12 +98,14 @@ Item {
|
||||
anchors {
|
||||
right: parent.right
|
||||
top: locationText.bottom
|
||||
topMargin: Kirigami.Units.smallSpacing
|
||||
}
|
||||
}
|
||||
Row {
|
||||
anchors {
|
||||
left: dateRow.left
|
||||
top: numberText.bottom
|
||||
topMargin: Kirigami.Units.smallSpacing
|
||||
}
|
||||
Controls.Label {
|
||||
id: ratingText
|
||||
@ -144,6 +148,7 @@ Item {
|
||||
anchors {
|
||||
right: numberText.right
|
||||
top: numberText.bottom
|
||||
topMargin: Kirigami.Units.smallSpacing
|
||||
}
|
||||
Controls.Label {
|
||||
id: visibilityText
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user