mobile/dive-details: less whitespace at the top
This always seemed odd - the location looked like it sat 'low' on the screen. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d25da33677
commit
1ec599fa20
@ -31,6 +31,8 @@ Item {
|
|||||||
width: parent.width - Kirigami.Units.gridUnit
|
width: parent.width - Kirigami.Units.gridUnit
|
||||||
height: childrenRect.height - Kirigami.Units.smallSpacing
|
height: childrenRect.height - Kirigami.Units.smallSpacing
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
anchors.top: detailsView.top
|
||||||
|
anchors.topMargin: - Kirigami.Units.smallSpacing
|
||||||
Controls.Label {
|
Controls.Label {
|
||||||
id: locationText
|
id: locationText
|
||||||
text: (undefined !== location && "" !== location) ? location : qsTr("<unnamed dive site>")
|
text: (undefined !== location && "" !== location) ? location : qsTr("<unnamed dive site>")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user