mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
show dive.number instead of double location
Small error was introduced in commit 25aa80846b
. 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
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ MobileComponents.Page {
|
||||||
}
|
}
|
||||||
MobileComponents.Label {
|
MobileComponents.Label {
|
||||||
id: numberText
|
id: numberText
|
||||||
text: "#" + dive.location
|
text: "#" + dive.number
|
||||||
color: MobileComponents.Theme.textColor
|
color: MobileComponents.Theme.textColor
|
||||||
font.pointSize: subsurfaceTheme.smallPointSize
|
font.pointSize: subsurfaceTheme.smallPointSize
|
||||||
opacity: 0.6
|
opacity: 0.6
|
||||||
|
|
Loading…
Add table
Reference in a new issue