diff options
author | Loren Burkholder <computersemiexpert@outlook.com> | 2021-01-16 19:55:50 -0500 |
---|---|---|
committer | Loren Burkholder <computersemiexpert@outlook.com> | 2021-01-16 19:55:50 -0500 |
commit | 93b492e9e6a932bf90ad7718a00080e76fab1681 (patch) | |
tree | 671df3463fd434f39a20f34ca42e2015f8ee982e /resources/qml/ImageButton.qml | |
parent | Fix warning messages about null image path (diff) | |
download | nheko-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.qml | 1 |
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 |