fix #LINQT-1445 elide text

This commit is contained in:
Gaelle Braud 2024-11-25 09:10:32 +01:00
parent fa71583df9
commit 2a26d23470

View file

@ -166,6 +166,8 @@ ListView {
}
Text {
text: $modelData? $modelData.core.subject : ""
Layout.fillWidth: true
maximumLineCount: 1
font {
pixelSize: 13 * DefaultStyle.dp
weight: 700 * DefaultStyle.dp