Fix mouse cursor on reply delegates

pull/646/head
Nicolas Werner 3 years ago
parent 25461b20eb
commit 568ec845da
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 1
      resources/qml/delegates/Reply.qml

@ -59,6 +59,7 @@ Item {
MessageDelegate {
id: reply
enabled: false
width: parent.width
isReply: true

Loading…
Cancel
Save