From e036ee71adbe969848bd4deb334b5bb56dd17cae Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 1 Apr 2016 21:39:55 -0500 Subject: 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 --- qt-mobile/qml/DiveDetailsView.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'qt-mobile/qml') diff --git a/qt-mobile/qml/DiveDetailsView.qml b/qt-mobile/qml/DiveDetailsView.qml index c8502d02f..c7bbca1d5 100644 --- a/qt-mobile/qml/DiveDetailsView.qml +++ b/qt-mobile/qml/DiveDetailsView.qml @@ -49,6 +49,7 @@ Item { font.underline: dive.gps !== "" Layout.columnSpan: 4 wrapMode: TextEdit.WrapAtWordBoundaryOrAnywhere + Layout.topMargin: Kirigami.Units.largeSpacing MouseArea { anchors.fill: parent onClicked: { -- cgit v1.2.3-70-g09d2