summary refs log tree commit diff
path: root/resources/qml/ImageButton.qml
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-01-16 19:55:50 -0500
committerLoren Burkholder <computersemiexpert@outlook.com>2021-01-16 19:55:50 -0500
commit93b492e9e6a932bf90ad7718a00080e76fab1681 (patch)
tree671df3463fd434f39a20f34ca42e2015f8ee982e /resources/qml/ImageButton.qml
parentFix warning messages about null image path (diff)
downloadnheko-93b492e9e6a932bf90ad7718a00080e76fab1681.tar.xz
Only use a pointing hand if there is something to click on
Diffstat (limited to 'resources/qml/ImageButton.qml')
-rw-r--r--resources/qml/ImageButton.qml1
1 files changed, 1 insertions, 0 deletions
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