From 8c1b2146194d1b30f19493dcb3948ecc071cfcfd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Blin?=
 <sebastien.blin@savoirfairelinux.com>
Date: Wed, 19 Jul 2023 13:00:04 -0400
Subject: [PATCH] replytorow: fix message size

Change-Id: I5fd6054a1ac2e409a3ddecef82ec656ad5639e98
---
 src/app/commoncomponents/ReplyToRow.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/commoncomponents/ReplyToRow.qml b/src/app/commoncomponents/ReplyToRow.qml
index a0a80e713..0fcff7cfd 100644
--- a/src/app/commoncomponents/ReplyToRow.qml
+++ b/src/app/commoncomponents/ReplyToRow.qml
@@ -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
-- 
GitLab