mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-23 23:09:09 +00:00
Fix z stacking of MouseArea in qml notifications.
This commit is contained in:
parent
853580852a
commit
68ab7c9344
@ -56,7 +56,7 @@ Rectangle {
|
||||
MouseArea {
|
||||
id: mouseArea2
|
||||
anchors.fill: parent
|
||||
z: -1
|
||||
z: 99
|
||||
onClicked: root.invoked()
|
||||
hoverEnabled: true
|
||||
onEntered: closeButton.visible = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user