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 {
id: txtCylinder
text: dive.getCylinder
text: dive.getCylinder.join(', ')
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
Layout.maximumWidth: detailsView.col1Width
}