Make sure that our description will only be elide when there is not enough space

This commit is contained in:
Antonis Tsiapaliokas 2013-08-29 20:07:03 +03:00 committed by Martin Gräßlin
parent 67144780bd
commit 857182ebac

View file

@ -92,7 +92,7 @@ Component {
Text {
id: desc
text: model.DescriptionRole
width: effectItem.width
width: effectView.width - 100
elide: Text.ElideRight
}
Item {