1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-25 15:23:08 +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,10 +1,10 @@
{ {
"area": [ "area": [
{ {
"width": 132, "height": 131,
"type": "match", "type": "match",
"width": 37,
"xpos": 224, "xpos": 224,
"height": 21,
"ypos": 92 "ypos": 92
} }
], ],