summary refs log tree commit diff
path: root/resources/qml/ui/Ripple.qml
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2021-01-11 17:51:39 -0500
committerJoseph Donofry <joedonofry@gmail.com>2021-01-11 17:51:39 -0500
commit3ff8b3ad8c015d45a515ca381691cae43fc32a00 (patch)
treeedec1d1e7926d9c0e0beb68ca604cc6bcdc1ebf6 /resources/qml/ui/Ripple.qml
parentAdd Ripple effects to qml buttons and avatar (diff)
parentMerge pull request #372 from deepbluev7/fix-pr-CI (diff)
downloadnheko-3ff8b3ad8c015d45a515ca381691cae43fc32a00.tar.xz
Merge master and fix conflicts
Diffstat (limited to 'resources/qml/ui/Ripple.qml')
-rw-r--r--resources/qml/ui/Ripple.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/qml/ui/Ripple.qml b/resources/qml/ui/Ripple.qml

index 9b404a68..93380f77 100644 --- a/resources/qml/ui/Ripple.qml +++ b/resources/qml/ui/Ripple.qml
@@ -116,10 +116,10 @@ Item { ] Connections { - function onPressed(mouse) { - // Button - // Default to center + // Button + // Default to center + function onPressed(mouse) { // MouseArea if (mouse) { ripple.centerX = mouse.x;