From f012df5e86de87715c0e7ca18424456b21d874f4 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 3 Sep 2021 16:53:43 -0700 Subject: [PATCH] Adjust match area on Evince 'run' needle Similar to the 'open' needle, adjust match area to work even when there's a notification obscuring the top bar. Signed-off-by: Adam Williamson --- .../gnome/apps/apps_run_dviewer-20210222.json | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/needles/gnome/apps/apps_run_dviewer-20210222.json b/needles/gnome/apps/apps_run_dviewer-20210222.json index c5e1a6e1..92f3eb48 100644 --- a/needles/gnome/apps/apps_run_dviewer-20210222.json +++ b/needles/gnome/apps/apps_run_dviewer-20210222.json @@ -1,15 +1,15 @@ -{ - "area": [ - { - "width": 132, - "type": "match", - "xpos": 224, - "height": 21, - "ypos": 92 - } - ], - "properties": [], - "tags": [ - "apps_run_dviewer" - ] +{ + "area": [ + { + "height": 131, + "type": "match", + "width": 37, + "xpos": 224, + "ypos": 92 + } + ], + "properties": [], + "tags": [ + "apps_run_dviewer" + ] } \ No newline at end of file