diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-04-01 21:39:55 -0500 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-01 21:39:55 -0500 |
commit | e036ee71adbe969848bd4deb334b5bb56dd17cae (patch) | |
tree | 18702591cdc1a5f7c55909670cb52ecc5d0cade4 /qt-mobile | |
parent | faa22d5343f39f335bc281e139bc347241295ebf (diff) | |
download | subsurface-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>
Diffstat (limited to 'qt-mobile')
-rw-r--r-- | qt-mobile/qml/DiveDetailsView.qml | 1 |
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: { |