fix #LINQT-1445 elide text
This commit is contained in:
parent
fa71583df9
commit
2a26d23470
1 changed files with 2 additions and 0 deletions
|
|
@ -166,6 +166,8 @@ ListView {
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
text: $modelData? $modelData.core.subject : ""
|
text: $modelData? $modelData.core.subject : ""
|
||||||
|
Layout.fillWidth: true
|
||||||
|
maximumLineCount: 1
|
||||||
font {
|
font {
|
||||||
pixelSize: 13 * DefaultStyle.dp
|
pixelSize: 13 * DefaultStyle.dp
|
||||||
weight: 700 * DefaultStyle.dp
|
weight: 700 * DefaultStyle.dp
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue