From 1584fada1e19373c338f9ec57ad5c0f2833e12ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Thu, 22 Jul 2021 08:36:22 -0400 Subject: [PATCH] HorizontalFactValueGrid: Add pointing hand cursor when over panel values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes clear that the user can click and edit them Signed-off-by: Patrick José Pereira --- src/QmlControls/HorizontalFactValueGrid.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/QmlControls/HorizontalFactValueGrid.qml b/src/QmlControls/HorizontalFactValueGrid.qml index ee5da5e..e01fb83 100644 --- a/src/QmlControls/HorizontalFactValueGrid.qml +++ b/src/QmlControls/HorizontalFactValueGrid.qml @@ -195,6 +195,7 @@ T.HorizontalFactValueGrid { width: labelValueColumnLayout.width height: labelValueColumnLayout.height visible: settingsUnlocked + cursorShape:Qt.PointingHandCursor property var mappedLabelValueColumnLayoutPosition: _root.mapFromItem(labelValueColumnLayout, labelValueColumnLayout.x, labelValueColumnLayout.y)