Increase the lines that are shown to 12

This commit is contained in:
Mark 2018-11-27 15:45:58 +01:00
parent c7fd147f59
commit f8f498b90c

View file

@ -37,7 +37,7 @@ Item
anchors.top: packageName.bottom
width: parent.width
text: model.description
maximumLineCount: 6
maximumLineCount: 12
elide: Text.ElideRight
wrapMode: Text.WordWrap
color: UM.Theme.getColor("text")