From 15813497841513b5e22cd65b850f1c0536f0886d Mon Sep 17 00:00:00 2001 From: Black Hat Date: Sat, 28 Sep 2019 23:05:19 -0700 Subject: [PATCH] Use I Beam cursor. --- imports/Spectral/Component/Timeline/MessageDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imports/Spectral/Component/Timeline/MessageDelegate.qml b/imports/Spectral/Component/Timeline/MessageDelegate.qml index ba932e8ef..e921514e6 100644 --- a/imports/Spectral/Component/Timeline/MessageDelegate.qml +++ b/imports/Spectral/Component/Timeline/MessageDelegate.qml @@ -224,7 +224,7 @@ ColumnLayout { MouseArea { anchors.fill: parent acceptedButtons: Qt.NoButton - cursorShape: parent.hoveredLink ? Qt.PointingHandCursor : Qt.ArrowCursor + cursorShape: parent.hoveredLink ? Qt.PointingHandCursor : Qt.IBeamCursor } }