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:
parent
e3e4de0fe7
commit
8c1b214619
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue