show dive.number instead of double location
Small error was introduced in commit 25aa80846b84c. The dive.location was shown in the DiveList instead of the intended dive.number Signed-off-by: Jan Mulder <jlmulder@xs4all.nl> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b1f90b6aa0
commit
aa6aa416bf
@ -102,7 +102,7 @@ MobileComponents.Page {
|
||||
}
|
||||
MobileComponents.Label {
|
||||
id: numberText
|
||||
text: "#" + dive.location
|
||||
text: "#" + dive.number
|
||||
color: MobileComponents.Theme.textColor
|
||||
font.pointSize: subsurfaceTheme.smallPointSize
|
||||
opacity: 0.6
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user