mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML-UI: some more layout repair (dive details)
As in a525fff112
, 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
1 changed files with 5 additions and 0 deletions
|
@ -71,7 +71,9 @@ Item {
|
||||||
anchors {
|
anchors {
|
||||||
left: locationText.left
|
left: locationText.left
|
||||||
top: locationText.bottom
|
top: locationText.bottom
|
||||||
|
topMargin: Kirigami.Units.smallSpacing
|
||||||
bottom: numberText.bottom
|
bottom: numberText.bottom
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Controls.Label {
|
Controls.Label {
|
||||||
|
@ -96,12 +98,14 @@ Item {
|
||||||
anchors {
|
anchors {
|
||||||
right: parent.right
|
right: parent.right
|
||||||
top: locationText.bottom
|
top: locationText.bottom
|
||||||
|
topMargin: Kirigami.Units.smallSpacing
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Row {
|
Row {
|
||||||
anchors {
|
anchors {
|
||||||
left: dateRow.left
|
left: dateRow.left
|
||||||
top: numberText.bottom
|
top: numberText.bottom
|
||||||
|
topMargin: Kirigami.Units.smallSpacing
|
||||||
}
|
}
|
||||||
Controls.Label {
|
Controls.Label {
|
||||||
id: ratingText
|
id: ratingText
|
||||||
|
@ -144,6 +148,7 @@ Item {
|
||||||
anchors {
|
anchors {
|
||||||
right: numberText.right
|
right: numberText.right
|
||||||
top: numberText.bottom
|
top: numberText.bottom
|
||||||
|
topMargin: Kirigami.Units.smallSpacing
|
||||||
}
|
}
|
||||||
Controls.Label {
|
Controls.Label {
|
||||||
id: visibilityText
|
id: visibilityText
|
||||||
|
|
Loading…
Add table
Reference in a new issue