notif actions fix

This commit is contained in:
Zacharias-Brohn
2026-02-05 16:39:03 +01:00
parent 73a3b85141
commit ce841444ca
4 changed files with 73 additions and 40 deletions
+2
View File
@@ -74,6 +74,7 @@ MouseArea {
id: hoverLayer
anchors.fill: parent
border.pixelAligned: false
color: Qt.alpha(root.color, root.disabled ? 0 : root.pressed ? 0.1 : root.containsMouse ? 0.08 : 0)
radius: root.radius
@@ -84,6 +85,7 @@ MouseArea {
radius: 1000
color: root.color
opacity: 0
border.pixelAligned: false
transform: Translate {
x: -ripple.width / 2