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:
parent
199aedf60a
commit
ec640dcd1b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user