summary refs log tree commit diff
path: root/resources/qml/components/TextButton.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-01-02 06:22:27 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2022-01-02 06:22:50 +0100
commit1c83ce1e7983e89fab866474246e342f6b0b1192 (patch)
treecd2f4496f3591cafbbffc51b71a58feedef7b476 /resources/qml/components/TextButton.qml
parentOptimize blurhashes a bit more (diff)
downloadnheko-1c83ce1e7983e89fab866474246e342f6b0b1192.tar.xz
Simplify Ripple effect and make it easier to use everywhere
Diffstat (limited to 'resources/qml/components/TextButton.qml')
-rw-r--r--resources/qml/components/TextButton.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/qml/components/TextButton.qml b/resources/qml/components/TextButton.qml

index 09f1e6fd..a37f3aee 100644 --- a/resources/qml/components/TextButton.qml +++ b/resources/qml/components/TextButton.qml
@@ -42,8 +42,6 @@ AbstractButton { Ripple { color: Qt.rgba(buttonTextColor.r, buttonTextColor.g, buttonTextColor.b, 0.5) - clip: false - rippleTarget: button } }