From d00db2256d274f13594ff4f4aa38e6b8a708b608 Mon Sep 17 00:00:00 2001 From: miruka Date: Sun, 15 Mar 2020 16:16:37 -0400 Subject: [PATCH] PointHand cursor when "upload profile pic" hovered --- src/gui/Pages/AccountSettings/Profile.qml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/gui/Pages/AccountSettings/Profile.qml b/src/gui/Pages/AccountSettings/Profile.qml index 7a26ae62..338bdff8 100644 --- a/src/gui/Pages/AccountSettings/Profile.qml +++ b/src/gui/Pages/AccountSettings/Profile.qml @@ -87,6 +87,14 @@ HGridLayout { HoverHandler { id: overlayHover } + MouseArea { + anchors.fill: parent + acceptedButtons: Qt.NoButton + cursorShape: + overlayHover.hovered ? + Qt.PointingHandCursor : Qt.ArrowCursor + } + HColumnLayout { anchors.centerIn: parent spacing: currentSpacing