1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-04-21 21:52:03 +02:00

replytorow: fix message size

Change-Id: I5fd6054a1ac2e409a3ddecef82ec656ad5639e98
This commit is contained in:
Sébastien Blin 2023-07-19 13:00:04 -04:00
parent e3e4de0fe7
commit 8c1b214619

View file

@ -64,7 +64,7 @@ Item {
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
selectByMouse: true
font.pixelSize: IsEmojiOnly ? JamiTheme.chatviewEmojiSize : JamiTheme.emojiBubbleSize
font.pixelSize: IsEmojiOnly ? JamiTheme.chatviewEmojiSize : JamiTheme.mediumFontSize
font.hintingPreference: Font.PreferNoHinting
renderType: Text.NativeRendering
textFormat: Text.MarkdownText