QML UI: remove redundant dive log title

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-04-05 15:54:01 -07:00
parent 3c1d8ec291
commit 7101cc8c02

View file

@ -243,12 +243,6 @@ Kirigami.ScrollablePage {
section.property: "dive.tripMeta" section.property: "dive.tripMeta"
section.criteria: ViewSection.FullString section.criteria: ViewSection.FullString
section.delegate: tripHeading section.delegate: tripHeading
header: Kirigami.Heading {
x: Kirigami.Units.gridUnit / 2
height: paintedHeight + Kirigami.Units.gridUnit / 2
verticalAlignment: Text.AlignBottom
text: "Dive Log"
}
Connections { Connections {
target: detailsWindow target: detailsWindow
onCurrentIndexChanged: diveListView.currentIndex = detailsWindow.currentIndex onCurrentIndexChanged: diveListView.currentIndex = detailsWindow.currentIndex