Fix z stacking of MouseArea in qml notifications.

This commit is contained in:
Patrick von Reth 2015-09-05 16:05:27 +02:00
parent 853580852a
commit 68ab7c9344
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ Rectangle {
MouseArea {
id: mouseArea2
anchors.fill: parent
z: -1
z: 99
onClicked: root.invoked()
hoverEnabled: true
onEntered: closeButton.visible = true