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:
parent
cc61e2c576
commit
627f07c2aa
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue