Use wrapping for package description

Contributes to issue CURA-8561.
This commit is contained in:
Ghostkeeper 2021-11-09 16:09:58 +01:00
parent 8c086b9fd7
commit 468c2b89e1
No known key found for this signature in database
GPG key ID: 68F39EA88EEED5FF

View file

@ -107,8 +107,9 @@ Rectangle
{
width: parent.width
maximumLineCount: 2
text: packageData.description
maximumLineCount: 2
wrapMode: Text.Wrap
elide: Text.ElideRight //TODO: Make space for Read More button.
}
/*Cura.TertiaryButton