mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
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:
parent
80df7dd441
commit
914b061d8a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue