Make scrolling sticker picker bearable

pull/648/head
Nicolas Werner 3 years ago
parent 9f416f1fc9
commit 60be0e8c09
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 6
      resources/qml/emoji/StickerPicker.qml

@ -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

Loading…
Cancel
Save