From bb0989b15940e8c6b529a9b648934bf5cee33a7d Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Thu, 17 Sep 2015 20:39:21 +0200 Subject: [PATCH] Make sure the close button has a higer z lvl than the root mouse area. --- src/plugins/backends/snore/notification.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugins/backends/snore/notification.qml b/src/plugins/backends/snore/notification.qml index 8892f46..619ebfc 100644 --- a/src/plugins/backends/snore/notification.qml +++ b/src/plugins/backends/snore/notification.qml @@ -97,7 +97,6 @@ Rectangle { elide: Text.ElideRight } - Image { id: image fillMode: Image.PreserveAspectFit @@ -129,7 +128,7 @@ Rectangle { anchors.top: parent.top anchors.margins: snoreMargin anchors.right: parent.right - z: 3 + z: 91 source: "resources/close.png" smooth: true