Reduce match area on Evince open needle

This will make it match even when partially obscured by a
notification, as in https://openqa.fedoraproject.org/tests/967109

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-09-02 15:28:52 -07:00
parent cb8ea979a3
commit 02c47efab4
1 changed files with 13 additions and 13 deletions

View File

@ -1,15 +1,15 @@
{ {
"area": [ "area": [
{ {
"xpos": 397, "height": 20,
"ypos": 91, "type": "match",
"width": 55, "width": 33,
"height": 20, "xpos": 397,
"type": "match" "ypos": 91
} }
], ],
"properties": [], "properties": [],
"tags": [ "tags": [
"evince_open_file_dialog" "evince_open_file_dialog"
] ]
} }