Show a Qt.PointingHandCursor when hovering over a reply
This commit is contained in:
@@ -86,6 +86,7 @@ Item {
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
onClicked: {
|
||||
replyComponent.replyClicked()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user