summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-05 15:54:01 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-05 15:54:01 -0700
commit7101cc8c021f414811eca2425cb39db44828554c (patch)
tree02c7bd32af4087ef6dabb896dcd03037493e26ce /mobile-widgets
parent3c1d8ec2918bbe28a24edd8978aa4b3ffc924ba0 (diff)
downloadsubsurface-7101cc8c021f414811eca2425cb39db44828554c.tar.gz
QML UI: remove redundant dive log title
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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