From 5f987723b5a8d24d757f8d8ec53ea3fbe56fb096 Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Mon, 25 Aug 2014 22:47:08 +0200 Subject: [PATCH] readded close image --- src/plugins/backends/snore/notification.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/backends/snore/notification.qml b/src/plugins/backends/snore/notification.qml index 3b48e7d..1030c5d 100644 --- a/src/plugins/backends/snore/notification.qml +++ b/src/plugins/backends/snore/notification.qml @@ -120,6 +120,7 @@ Rectangle { anchors.rightMargin: 0 fillMode: Image.PreserveAspectFit z: 3 + source: "resources/close.png" visible: false MouseArea {