limit max lines on MeaListItemDelegate
This commit is contained in:
parent
a030873522
commit
eb36911902
@ -44,6 +44,8 @@ SwipeDelegate {
|
|||||||
text: root.subText
|
text: root.subText
|
||||||
font.pixelSize: app.smallFont
|
font.pixelSize: app.smallFont
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
|
maximumLineCount: 2
|
||||||
|
elide: Text.ElideRight
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
visible: root.subText.length > 0
|
visible: root.subText.length > 0
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user