Make scrolling sticker picker bearable

This commit is contained in:
Nicolas Werner 2021-07-19 14:57:10 +02:00
parent 9f416f1fc9
commit 60be0e8c09
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 6 additions and 0 deletions

View File

@ -130,6 +130,12 @@ Menu {
currentIndex: -1 // prevent sorting from stealing focus
cacheBuffer: 500
ScrollHelper {
flickable: parent
anchors.fill: parent
enabled: !Settings.mobileMode
}
// Individual emoji
delegate: AbstractButton {
width: stickerDim