mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 21:31:15 -07:00
Increase lines shown from 3 to 6
This commit is contained in:
parent
15a30a7a98
commit
3d1a9a6f5b
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ Item
|
||||||
anchors.top: packageName.bottom
|
anchors.top: packageName.bottom
|
||||||
width: parent.width
|
width: parent.width
|
||||||
text: model.description
|
text: model.description
|
||||||
maximumLineCount: 3
|
maximumLineCount: 6
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue