diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-04-05 15:54:01 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-05 15:54:01 -0700 |
commit | 7101cc8c021f414811eca2425cb39db44828554c (patch) | |
tree | 02c7bd32af4087ef6dabb896dcd03037493e26ce /mobile-widgets | |
parent | 3c1d8ec2918bbe28a24edd8978aa4b3ffc924ba0 (diff) | |
download | subsurface-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.qml | 6 |
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 |