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": [
{
"xpos": 397,
"ypos": 91,
"width": 55,
"height": 20,
"type": "match"
}
],
"properties": [],
"tags": [
"evince_open_file_dialog"
]
"area": [
{
"height": 20,
"type": "match",
"width": 33,
"xpos": 397,
"ypos": 91
}
],
"properties": [],
"tags": [
"evince_open_file_dialog"
]
}