Tighten match area on evince_file_select_pdf

So it doesn't fail if there's a dotted line around the entry
(indicating keyboard active, I think).

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-11-12 11:55:40 -08:00
parent 3a9dfb6a58
commit a5bf0a6aae
1 changed files with 13 additions and 13 deletions

View File

@ -1,15 +1,15 @@
{
"area": [
{
"xpos": 187,
"ypos": 155,
"width": 76,
"height": 20,
"type": "match"
}
],
"properties": [],
"tags": [
"evince_file_select_pdf"
]
"area": [
{
"height": 16,
"type": "match",
"width": 68,
"xpos": 189,
"ypos": 156
}
],
"properties": [],
"tags": [
"evince_file_select_pdf"
]
}