QML UI: add space at the top of dive details view
With the switch to Kirigami 1.0 it seems that the top bar now overlaps the page. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
faa22d5343
commit
e036ee71ad
@ -49,6 +49,7 @@ Item {
|
|||||||
font.underline: dive.gps !== ""
|
font.underline: dive.gps !== ""
|
||||||
Layout.columnSpan: 4
|
Layout.columnSpan: 4
|
||||||
wrapMode: TextEdit.WrapAtWordBoundaryOrAnywhere
|
wrapMode: TextEdit.WrapAtWordBoundaryOrAnywhere
|
||||||
|
Layout.topMargin: Kirigami.Units.largeSpacing
|
||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user