Skip to content
Snippets Groups Projects
Commit 8c1b2146 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

replytorow: fix message size

Change-Id: I5fd6054a1ac2e409a3ddecef82ec656ad5639e98
parent e3e4de0f
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ Item { ...@@ -64,7 +64,7 @@ Item {
wrapMode: Text.WrapAtWordBoundaryOrAnywhere wrapMode: Text.WrapAtWordBoundaryOrAnywhere
selectByMouse: true selectByMouse: true
font.pixelSize: IsEmojiOnly ? JamiTheme.chatviewEmojiSize : JamiTheme.emojiBubbleSize font.pixelSize: IsEmojiOnly ? JamiTheme.chatviewEmojiSize : JamiTheme.mediumFontSize
font.hintingPreference: Font.PreferNoHinting font.hintingPreference: Font.PreferNoHinting
renderType: Text.NativeRendering renderType: Text.NativeRendering
textFormat: Text.MarkdownText textFormat: Text.MarkdownText
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment