From a1c9b63d1e45a49142c845253687d3cdcb67cbcd Mon Sep 17 00:00:00 2001 From: Azhar Momin Date: Tue, 13 Jan 2026 12:39:47 +0530 Subject: [PATCH] Fix emojis being too small in EmojiDelegate BUG: 514170 --- src/chatbar/EmojiDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chatbar/EmojiDelegate.qml b/src/chatbar/EmojiDelegate.qml index 0322e2f36..7e7f7fe46 100644 --- a/src/chatbar/EmojiDelegate.qml +++ b/src/chatbar/EmojiDelegate.qml @@ -30,7 +30,7 @@ QQC2.ItemDelegate { horizontalAlignment: Text.AlignHCenter verticalAlignment: Text.AlignVCenter font.family: "emoji" - font.pointSize: Kirigami.Theme.defaultFont.pointSize * NeoChatConfig.fontScale + font.pointSize: Kirigami.Theme.defaultFont.pointSize * 1.5 Kirigami.Icon { width: Kirigami.Units.gridUnit * 0.5