diff --git a/src/mainview/components/ConversationSmartListViewItemDelegate.qml b/src/mainview/components/ConversationSmartListViewItemDelegate.qml index 2b31840febe23ad1de9b23454647dd6227875abc..d54f7cffd307ef07506c8cb85b31c66f7b2f7797 100644 --- a/src/mainview/components/ConversationSmartListViewItemDelegate.qml +++ b/src/mainview/components/ConversationSmartListViewItemDelegate.qml @@ -122,9 +122,9 @@ ItemDelegate { } } - Text { id: conversationSmartListUserLastInteractionMessage + anchors.left: conversationSmartListUserImage.right anchors.leftMargin: 16 anchors.bottom: rowUsernameAndLastInteractionDate.bottom @@ -139,6 +139,7 @@ ItemDelegate { text: InCall ? UtilsAdapter.getCallStatusStr(CallState) : (Draft ? Draft : LastInteraction) } + font.family: Qt.platform.os === "windows" ? "Segoe UI Emoji" : Qt.application.font.family font.hintingPreference: Font.PreferNoHinting text: textMetricsConversationSmartListUserLastInteractionMessage.elidedText maximumLineCount: 1 @@ -146,8 +147,6 @@ ItemDelegate { color: Draft ? JamiTheme.draftRed : JamiTheme.faddedLastInteractionFontColor } - - background: Rectangle { id: itemSmartListBackground color: InCall ? Qt.lighter(JamiTheme.selectionBlue, 1.8) : JamiTheme.backgroundColor