mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
Cursor pointer on link hover
This commit is contained in:
parent
199aedf60a
commit
ec640dcd1b
1 changed files with 6 additions and 0 deletions
|
@ -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 a new issue