summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-04 08:47:14 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-04 17:08:58 -0700
commit41f24f2859c36a8bf11baff86c99b6a313cecec2 (patch)
tree0450c9c0e9d9ce94aec974ef6c1b98dc7a397604 /mobile-widgets
parentec7a87814964063fb2737d148913ea27b4e78607 (diff)
downloadsubsurface-41f24f2859c36a8bf11baff86c99b6a313cecec2.tar.gz
QML UI: top padding for dive details
This used to work without manually adding space here. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/DiveDetails.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/DiveDetails.qml b/mobile-widgets/qml/DiveDetails.qml
index ed231486d..22c9799cd 100644
--- a/mobile-widgets/qml/DiveDetails.qml
+++ b/mobile-widgets/qml/DiveDetails.qml
@@ -44,7 +44,7 @@ Kirigami.Page {
title: currentItem && currentItem.modelData ? currentItem.modelData.dive.location : qsTr("Dive details")
state: "view"
leftPadding: 0
- topPadding: 0
+ topPadding: Kirigami.Units.gridUnit * 2 // make room for the title bar
rightPadding: 0
bottomPadding: 0