Fix emojis being too small in EmojiDelegate
BUG: 514170
This commit is contained in:
committed by
Tobias Fella
parent
73fdc72ce7
commit
a1c9b63d1e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user