Fix emojis being too small in EmojiDelegate

BUG: 514170
This commit is contained in:
Azhar Momin
2026-01-13 12:39:47 +05:30
committed by Tobias Fella
parent 73fdc72ce7
commit a1c9b63d1e

View File

@@ -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