From 629c67e1f58afd573924a81e21ce96277e8b593e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 6 Dec 2019 10:07:40 -0800 Subject: [PATCH] Whoops, add missing area to akonadi notification needle Needed for the click to actually dismiss the notification. Signed-off-by: Adam Williamson --- ...onadi_migration_notification-20191206.json | 35 +++++++++++-------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/needles/kde/akonadi_migration_notification-20191206.json b/needles/kde/akonadi_migration_notification-20191206.json index 43af241e..2b3b6484 100644 --- a/needles/kde/akonadi_migration_notification-20191206.json +++ b/needles/kde/akonadi_migration_notification-20191206.json @@ -1,15 +1,22 @@ -{ - "area": [ - { - "xpos": 623, - "ypos": 455, - "width": 128, - "height": 16, - "type": "match" - } - ], - "properties": [], - "tags": [ - "akonadi_migration_notification" - ] +{ + "area": [ + { + "height": 16, + "type": "match", + "width": 128, + "xpos": 623, + "ypos": 455 + }, + { + "height": 15, + "type": "match", + "width": 15, + "xpos": 985, + "ypos": 435 + } + ], + "properties": [], + "tags": [ + "akonadi_migration_notification" + ] } \ No newline at end of file