From b867f9cd282ed76a5de66b2344b297a34070df9a Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 5 Aug 2022 10:05:15 -0700 Subject: [PATCH] Tighten match area on new cockpit software updates needle It needs to match even if the 'link target hint' is showing at bottom left and kinda obscuring it a little. Signed-off-by: Adam Williamson --- ...t_software_updates-lowercase-20220803.json | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/needles/cockpit/cockpit_software_updates-lowercase-20220803.json b/needles/cockpit/cockpit_software_updates-lowercase-20220803.json index d6156778..11c87c69 100644 --- a/needles/cockpit/cockpit_software_updates-lowercase-20220803.json +++ b/needles/cockpit/cockpit_software_updates-lowercase-20220803.json @@ -1,15 +1,15 @@ -{ - "area": [ - { - "xpos": 17, - "width": 127, - "type": "match", - "height": 18, - "ypos": 693 - } - ], - "properties": [], - "tags": [ - "cockpit_software_updates" - ] +{ + "area": [ + { + "height": 13, + "type": "match", + "width": 127, + "xpos": 17, + "ypos": 693 + } + ], + "properties": [], + "tags": [ + "cockpit_software_updates" + ] } \ No newline at end of file