Skip to content

Commit

Permalink
QML-UI: some more layout repair (dive details)
Browse files Browse the repository at this point in the history
As in a525fff, 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>
  • Loading branch information
janmulder authored and dirkhh committed Oct 19, 2017
1 parent 49771d8 commit 53ed1c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mobile-widgets/qml/DiveDetailsView.qml
Expand Up @@ -71,7 +71,9 @@ Item {
anchors {
left: locationText.left
top: locationText.bottom
topMargin: Kirigami.Units.smallSpacing
bottom: numberText.bottom

}

Controls.Label {
Expand All @@ -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
Expand Down Expand Up @@ -144,6 +148,7 @@ Item {
anchors {
right: numberText.right
top: numberText.bottom
topMargin: Kirigami.Units.smallSpacing
}
Controls.Label {
id: visibilityText
Expand Down

0 comments on commit 53ed1c7

Please sign in to comment.