Whoops, add missing area to akonadi notification needle

Needed for the click to actually dismiss the notification.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-12-06 10:07:40 -08:00
parent c8672f3b48
commit 629c67e1f5

View File

@ -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"
]
}