limit max lines on MeaListItemDelegate

pull/16/head
Michael Zanetti 2018-07-07 16:57:21 +02:00
parent a030873522
commit eb36911902
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ SwipeDelegate {
text: root.subText
font.pixelSize: app.smallFont
wrapMode: Text.WordWrap
maximumLineCount: 2
elide: Text.ElideRight
verticalAlignment: Text.AlignVCenter
visible: root.subText.length > 0
}