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,11 +1,11 @@
{ {
"area": [ "area": [
{ {
"xpos": 187, "height": 16,
"ypos": 155, "type": "match",
"width": 76, "width": 68,
"height": 20, "xpos": 189,
"type": "match" "ypos": 156
} }
], ],
"properties": [], "properties": [],