mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Use wrapping for package description
Contributes to issue CURA-8561.
This commit is contained in:
parent
8c086b9fd7
commit
468c2b89e1
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue