Move EmojiPicker under TextArea

This commit is contained in:
Tobias Fella
2020-11-11 19:57:02 +01:00
parent 04020e7021
commit 7aa7a832a3

View File

@@ -98,17 +98,6 @@ Control {
}
}
EmojiPicker {
Layout.fillWidth: true
id: emojiPicker
visible: false
textArea: inputField
emojiModel: EmojiModel { id: emojiModel }
}
ListView {
Layout.fillWidth: true
Layout.preferredHeight: 36
@@ -450,6 +439,16 @@ Control {
}
}
}
EmojiPicker {
id: emojiPicker
Layout.fillWidth: true
visible: false
textArea: inputField
emojiModel: EmojiModel { id: emojiModel }
}
}
function insert(str) {