From 178be387bbf264d9fa5084b0d5fcfa098ef7d981 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Sat, 28 Apr 2018 18:53:32 +0200 Subject: Cursor pointer on link hover for richtexts --- components/LabelSubheader.qml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'components/LabelSubheader.qml') diff --git a/components/LabelSubheader.qml b/components/LabelSubheader.qml index 96274f4d..50288ecf 100644 --- a/components/LabelSubheader.qml +++ b/components/LabelSubheader.qml @@ -43,4 +43,10 @@ Label { color: MoneroComponents.Style.dividerColor opacity: MoneroComponents.Style.dividerOpacity } + + MouseArea { + anchors.fill: parent + acceptedButtons: Qt.NoButton + cursorShape: parent.hoveredLink ? Qt.PointingHandCursor : Qt.ArrowCursor + } } -- cgit v1.2.3