mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Remove hack that's no longer needed
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
bdf8bc676b
commit
49e2113ae8
1 changed files with 0 additions and 2 deletions
|
@ -30,8 +30,6 @@ Kirigami.Page {
|
|||
property alias gpsCheckbox: detailsEdit.gpsCheckbox
|
||||
property int updateCurrentIdx: manager.updateSelectedDive
|
||||
|
||||
property bool contentItem: true // HACK to work around Kirigami issue - remove once that's addressed upstream
|
||||
|
||||
title: diveDetailsListView.currentItem ? diveDetailsListView.currentItem.modelData.dive.location : "Dive details"
|
||||
state: "view"
|
||||
leftPadding: 0
|
||||
|
|
Loading…
Add table
Reference in a new issue