Show a Qt.PointingHandCursor when hovering over a reply

This commit is contained in:
James Graham
2022-12-13 19:28:15 +00:00
parent 81f7afe730
commit d68fb81bcf

View File

@@ -86,6 +86,7 @@ Item {
MouseArea {
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
onClicked: {
replyComponent.replyClicked()
}