Make sure that our description will only be elide when there is not enough space
This commit is contained in:
parent
67144780bd
commit
857182ebac
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ Component {
|
|||
Text {
|
||||
id: desc
|
||||
text: model.DescriptionRole
|
||||
width: effectItem.width
|
||||
width: effectView.width - 100
|
||||
elide: Text.ElideRight
|
||||
}
|
||||
Item {
|
||||
|
|
Loading…
Reference in a new issue