mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-21 23:33:58 +02:00
misc: use Segoe UI Emoji font in the last interaction text for windows
Change-Id: I0a6124ebe6a07fd6c89cfcd267b67ab78817ec5c
This commit is contained in:
parent
063cc58643
commit
dd1f579321
1 changed files with 2 additions and 3 deletions
|
@ -122,9 +122,9 @@ ItemDelegate {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
id: conversationSmartListUserLastInteractionMessage
|
id: conversationSmartListUserLastInteractionMessage
|
||||||
|
|
||||||
anchors.left: conversationSmartListUserImage.right
|
anchors.left: conversationSmartListUserImage.right
|
||||||
anchors.leftMargin: 16
|
anchors.leftMargin: 16
|
||||||
anchors.bottom: rowUsernameAndLastInteractionDate.bottom
|
anchors.bottom: rowUsernameAndLastInteractionDate.bottom
|
||||||
|
@ -139,6 +139,7 @@ ItemDelegate {
|
||||||
text: InCall ? UtilsAdapter.getCallStatusStr(CallState) : (Draft ? Draft : LastInteraction)
|
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
|
font.hintingPreference: Font.PreferNoHinting
|
||||||
text: textMetricsConversationSmartListUserLastInteractionMessage.elidedText
|
text: textMetricsConversationSmartListUserLastInteractionMessage.elidedText
|
||||||
maximumLineCount: 1
|
maximumLineCount: 1
|
||||||
|
@ -146,8 +147,6 @@ ItemDelegate {
|
||||||
color: Draft ? JamiTheme.draftRed : JamiTheme.faddedLastInteractionFontColor
|
color: Draft ? JamiTheme.draftRed : JamiTheme.faddedLastInteractionFontColor
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
id: itemSmartListBackground
|
id: itemSmartListBackground
|
||||||
color: InCall ? Qt.lighter(JamiTheme.selectionBlue, 1.8) : JamiTheme.backgroundColor
|
color: InCall ? Qt.lighter(JamiTheme.selectionBlue, 1.8) : JamiTheme.backgroundColor
|
||||||
|
|
Loading…
Add table
Reference in a new issue