Adjust match area on Evince 'run' needle

Similar to the 'open' needle, adjust match area to work even
when there's a notification obscuring the top bar.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-09-03 16:53:43 -07:00
parent 5d6feb9808
commit f012df5e86
1 changed files with 14 additions and 14 deletions

View File

@ -1,15 +1,15 @@
{
"area": [
{
"width": 132,
"type": "match",
"xpos": 224,
"height": 21,
"ypos": 92
}
],
"properties": [],
"tags": [
"apps_run_dviewer"
]
{
"area": [
{
"height": 131,
"type": "match",
"width": 37,
"xpos": 224,
"ypos": 92
}
],
"properties": [],
"tags": [
"apps_run_dviewer"
]
}