From bda24173b105c082989670752313de769a4ccd29 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 7 Mar 2023 11:45:30 -0800 Subject: [PATCH] Delete one match from a GNOME Help needle They've dropped the IRC section from this page. We don't really need three match areas, just the two is sufficient to identify it. Signed-off-by: Adam Williamson --- .../help_section_content_morehelp.json | 49 ++++++++----------- 1 file changed, 21 insertions(+), 28 deletions(-) diff --git a/needles/gnome/apps/help_viewer/help_section_content_morehelp.json b/needles/gnome/apps/help_viewer/help_section_content_morehelp.json index e56c8411..e6c52a06 100644 --- a/needles/gnome/apps/help_viewer/help_section_content_morehelp.json +++ b/needles/gnome/apps/help_viewer/help_section_content_morehelp.json @@ -1,29 +1,22 @@ -{ - "area": [ - { - "xpos": 454, - "ypos": 34, - "width": 106, - "height": 41, - "type": "match" - }, - { - "xpos": 8, - "ypos": 252, - "width": 33, - "height": 20, - "type": "match" - }, - { - "xpos": 9, - "ypos": 188, - "width": 132, - "height": 24, - "type": "match" - } - ], - "properties": [], - "tags": [ - "help_section_content_morehelp" - ] +{ + "area": [ + { + "height": 41, + "type": "match", + "width": 106, + "xpos": 454, + "ypos": 34 + }, + { + "height": 24, + "type": "match", + "width": 132, + "xpos": 9, + "ypos": 188 + } + ], + "properties": [], + "tags": [ + "help_section_content_morehelp" + ] } \ No newline at end of file