From 26053a7b7b732f778e0882c9978dd98149ad8873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Tue, 27 Jul 2021 15:23:08 -0400 Subject: [PATCH] APMSubFrameComponent: Use hand icon when mouse hover over frame option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- src/AutoPilotPlugins/APM/APMSubFrameComponent.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AutoPilotPlugins/APM/APMSubFrameComponent.qml b/src/AutoPilotPlugins/APM/APMSubFrameComponent.qml index cf9634c..30aa107 100644 --- a/src/AutoPilotPlugins/APM/APMSubFrameComponent.qml +++ b/src/AutoPilotPlugins/APM/APMSubFrameComponent.qml @@ -164,6 +164,7 @@ SetupPage { MouseArea { anchors.fill: parent + cursorShape: Qt.PointingHandCursor onClicked: setFrameConfig(subFrameModel.get(index).paramValue) } }