diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-04-05 15:49:31 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-05 15:49:31 -0700 |
commit | 5dab95b3647fd410fdd469365dfbcab7db093919 (patch) | |
tree | dc58c21b034911a004a0541bfe6b7b2a9de0eba3 | |
parent | 21e8b1e363fcb46798aec49b623cfd2b29c286a3 (diff) | |
download | subsurface-5dab95b3647fd410fdd469365dfbcab7db093919.tar.gz |
QML UI: use Kirigami default padding
The issue with needing extra space at the top of the page has been
fixed upstream.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | mobile-widgets/qml/DiveDetails.qml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mobile-widgets/qml/DiveDetails.qml b/mobile-widgets/qml/DiveDetails.qml index 108833470..0c6637e9d 100644 --- a/mobile-widgets/qml/DiveDetails.qml +++ b/mobile-widgets/qml/DiveDetails.qml @@ -26,11 +26,6 @@ Kirigami.Page { property alias endpressure: detailsEdit.endpressureText property alias gasmix: detailsEdit.gasmixText - topPadding: applicationWindow().header.Layout.preferredHeight - leftPadding: 0 - rightPadding: 0 - bottomPadding: 0 - title: diveDetailsListView.currentItem.modelData.dive.location state: "view" |