waffles: taskview: fix unintended window transparency

This commit is contained in:
end-4
2025-12-13 00:50:55 +01:00
parent f71ed855e5
commit 136f4a3e48
@@ -34,7 +34,11 @@ WMouseAreaButton {
layer.enabled: true
layer.effect: OpacityMask {
maskSource: root.background
maskSource: Rectangle {
width: root.width
height: root.height
radius: root.radius
}
}
scale: (root.pressedButtons & Qt.LeftButton) ? 0.95 : 1
Behavior on scale {