mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-10 23:38:53 -07: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
|
width: parent.width
|
||||||
|
|
||||||
maximumLineCount: 2
|
|
||||||
text: packageData.description
|
text: packageData.description
|
||||||
|
maximumLineCount: 2
|
||||||
|
wrapMode: Text.Wrap
|
||||||
elide: Text.ElideRight //TODO: Make space for Read More button.
|
elide: Text.ElideRight //TODO: Make space for Read More button.
|
||||||
}
|
}
|
||||||
/*Cura.TertiaryButton
|
/*Cura.TertiaryButton
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue