Comment 14 for bug 1230153

Revision history for this message
Martin Borho (martin-borho) wrote : Re: Return more fine-grained territorial divisions for city search results

It is possibe to truncate text which is too long in Label with:

width: parent.width-units.gu(3)
elide: Text.ElideRight

for example.

"..." will then be added at the end, like it's done ListItem.Subtitled