summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/DiveList.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml
index e90a4132e..35bb72aca 100644
--- a/mobile-widgets/qml/DiveList.qml
+++ b/mobile-widgets/qml/DiveList.qml
@@ -243,12 +243,6 @@ Kirigami.ScrollablePage {
section.property: "dive.tripMeta"
section.criteria: ViewSection.FullString
section.delegate: tripHeading
- header: Kirigami.Heading {
- x: Kirigami.Units.gridUnit / 2
- height: paintedHeight + Kirigami.Units.gridUnit / 2
- verticalAlignment: Text.AlignBottom
- text: "Dive Log"
- }
Connections {
target: detailsWindow
onCurrentIndexChanged: diveListView.currentIndex = detailsWindow.currentIndex