From 93b492e9e6a932bf90ad7718a00080e76fab1681 Mon Sep 17 00:00:00 2001 From: Loren Burkholder Date: Sat, 16 Jan 2021 19:55:50 -0500 Subject: Only use a pointing hand if there is something to click on --- resources/qml/ImageButton.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'resources/qml/ImageButton.qml') diff --git a/resources/qml/ImageButton.qml b/resources/qml/ImageButton.qml index f645162c..9c0faef3 100644 --- a/resources/qml/ImageButton.qml +++ b/resources/qml/ImageButton.qml @@ -5,6 +5,7 @@ import QtQuick.Controls 2.3 AbstractButton { id: button + property alias cursor: mouseArea.cursorShape property string image: undefined property color highlightColor: colors.highlight property color buttonTextColor: colors.buttonText -- cgit 1.5.1