mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 06:30:26 +00:00
QML UI: remove redundant dive log title
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3c1d8ec291
commit
7101cc8c02
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue