1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-25 07:13:09 +00:00

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

View File

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