forked from Public/monero-gui
Cursor pointer on link hover
This commit is contained in:
@@ -719,6 +719,12 @@ Rectangle {
|
||||
inputDialog.onRejectedCallback = null;
|
||||
inputDialog.open()
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
acceptedButtons: Qt.NoButton
|
||||
cursorShape: parent.hoveredLink ? Qt.PointingHandCursor : Qt.ArrowCursor
|
||||
}
|
||||
}
|
||||
|
||||
TextBlock {
|
||||
|
||||
Reference in New Issue
Block a user