Display emoji with correct font

This commit is contained in:
Carl Schwan
2020-11-03 16:11:28 +01:00
parent aafcf0ec24
commit 21aed60480

View File

@@ -48,6 +48,7 @@ ColumnLayout {
verticalAlignment: Text.AlignVCenter
font.pixelSize: 24
font.family: 'emoji'
text: label
}
@@ -119,6 +120,7 @@ ColumnLayout {
verticalAlignment: Text.AlignVCenter
font.pixelSize: 32
font.family: 'emoji'
text: modelData.unicode
}