1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-04 06:45:45 +02:00

smartlist: elide multiline interactions

Change-Id: I07f8ad39db192587d0a26fc9e242bbed33215d18
Gitlab: #76
This commit is contained in:
Sébastien Blin 2020-09-18 11:47:55 -04:00
parent cc61e2c576
commit 627f07c2aa
No known key found for this signature in database
GPG key ID: C894BB01EEB2A9A9

View file

@ -141,6 +141,7 @@ ItemDelegate {
font.hintingPreference: Font.PreferNoHinting font.hintingPreference: Font.PreferNoHinting
text: textMetricsConversationSmartListUserLastInteractionMessage.elidedText text: textMetricsConversationSmartListUserLastInteractionMessage.elidedText
maximumLineCount: 1
font.pointSize: JamiTheme.textFontSize font.pointSize: JamiTheme.textFontSize
color: Draft ? JamiTheme.draftRed : JamiTheme.faddedLastInteractionFontColor color: Draft ? JamiTheme.draftRed : JamiTheme.faddedLastInteractionFontColor
} }