Mobile: display all used cylinders

Display all used cylinders as a comma separated list.

Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
This commit is contained in:
Jocke 2018-07-12 11:58:36 +02:00 committed by Dirk Hohndel
parent 80df7dd441
commit 914b061d8a

View file

@ -306,7 +306,7 @@ Item {
//------------ //------------
Controls.Label { Controls.Label {
id: txtCylinder id: txtCylinder
text: dive.getCylinder text: dive.getCylinder.join(', ')
wrapMode: Text.WrapAtWordBoundaryOrAnywhere wrapMode: Text.WrapAtWordBoundaryOrAnywhere
Layout.maximumWidth: detailsView.col1Width Layout.maximumWidth: detailsView.col1Width
} }