Implement sending stickers

MSC2545 image packs are used as source.
This commit is contained in:
Tobias Fella
2023-05-05 14:29:18 +00:00
parent 443d709eb8
commit 96c1b98d02
15 changed files with 622 additions and 24 deletions

View File

@@ -54,7 +54,7 @@ QQC2.Control {
property bool isBusy: false
icon.name: "smiley"
text: i18n("Add an Emoji")
text: i18n("Emojis & Stickers")
displayHint: Kirigami.DisplayHint.IconOnly
checkable: true
@@ -367,7 +367,7 @@ QQC2.Control {
EmojiDialog {
id: emojiDialog
x: parent.width - implicitWidth
x: parent.width - width
y: -implicitHeight // - Kirigami.Units.smallSpacing
modal: false