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 {
|
||||
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…
Add table
Reference in a new issue