aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-01 21:39:55 -0500
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-01 21:39:55 -0500
commite036ee71adbe969848bd4deb334b5bb56dd17cae (patch)
tree18702591cdc1a5f7c55909670cb52ecc5d0cade4
parentfaa22d5343f39f335bc281e139bc347241295ebf (diff)
downloadsubsurface-e036ee71adbe969848bd4deb334b5bb56dd17cae.tar.gz
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>
-rw-r--r--qt-mobile/qml/DiveDetailsView.qml1
1 files changed, 1 insertions, 0 deletions
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: {