Skip to content

Commit

Permalink
Increase lines shown from 3 to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Appesteijn committed Nov 12, 2018
1 parent 15a30a7 commit 3d1a9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Toolbox/resources/qml/ToolboxDetailTile.qml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Item
anchors.top: packageName.bottom
width: parent.width
text: model.description
maximumLineCount: 3
maximumLineCount: 6
elide: Text.ElideRight
wrapMode: Text.WordWrap
color: UM.Theme.getColor("text")
Expand Down

0 comments on commit 3d1a9a6

Please sign in to comment.