From a5bf0a6aaebb83b6f17c6df6611d05d56bc9d9e7 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 12 Nov 2021 11:55:40 -0800 Subject: [PATCH] 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 --- .../apps/evince/evince_file_select_pdf.json | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/needles/gnome/apps/evince/evince_file_select_pdf.json b/needles/gnome/apps/evince/evince_file_select_pdf.json index b8984fd0..8370d688 100644 --- a/needles/gnome/apps/evince/evince_file_select_pdf.json +++ b/needles/gnome/apps/evince/evince_file_select_pdf.json @@ -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" + ] } \ No newline at end of file