1
mirror of https://github.com/monero-project/monero-gui synced 2025-01-05 19:56:26 +01:00

Cursor pointer on link hover

This commit is contained in:
Sander Ferdinand 2018-04-28 18:14:13 +02:00
parent 199aedf60a
commit ec640dcd1b

View File

@ -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 {