mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-08 05:26:16 +00:00
QML-UI: Do not show strange double dashes for trips in Divelist
This is a multi-part message in MIME format.
After fixing the regression (commit 9e9d220c98
) strange double dashes
appeared in the Divelist headers for trips. Just suppress it.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8c709106e5
commit
3a33deeace
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ MobileComponents.Page {
|
||||||
|
|
||||||
MobileComponents.Heading {
|
MobileComponents.Heading {
|
||||||
id: sectionText
|
id: sectionText
|
||||||
text: section
|
text: {section == "--" ? "" : section }
|
||||||
anchors {
|
anchors {
|
||||||
top: parent.top
|
top: parent.top
|
||||||
left: parent.left
|
left: parent.left
|
||||||
|
|
Loading…
Add table
Reference in a new issue