Skip to content
Snippets Groups Projects
Unverified Commit 627f07c2 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

smartlist: elide multiline interactions

Change-Id: I07f8ad39db192587d0a26fc9e242bbed33215d18
Gitlab: #76
parent cc61e2c5
No related branches found
No related tags found
No related merge requests found
...@@ -141,6 +141,7 @@ ItemDelegate { ...@@ -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
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment