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