Skip to content

Commit

Permalink
Merge pull request maliit#163 from dobey/emoji-improvements
Browse files Browse the repository at this point in the history
Some small improvements to the Emoji mode
  • Loading branch information
dobey authored Oct 13, 2022
2 parents 4084bd8 + 5eaa226 commit 555bd37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qml/languages/Keyboard_emoji.qml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ KeyPad {
label: emoji != null ? emoji.char : ""
shifted: label
fontFamily: "Noto Color Emoji"
fontSize: height / 2
noMagnifier: true
onKeySent: {
internal.updateRecent(key);
}
Expand Down

0 comments on commit 555bd37

Please sign in to comment.