From 8468bd2e0bf4c2dcefafcf1dc09035ee37e4a50d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 6 May 2022 14:10:15 -0700 Subject: [PATCH] Shrink cockpit updates link needle a bit We can wind up with this a bit hidden by the bottom-left URL location indicator, so shrink it a bit to hopefully match even in that case. Signed-off-by: Adam Williamson --- .../cockpit_software_updates-20210714.json | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/needles/cockpit/cockpit_software_updates-20210714.json b/needles/cockpit/cockpit_software_updates-20210714.json index f7a87f2c..b965102a 100644 --- a/needles/cockpit/cockpit_software_updates-20210714.json +++ b/needles/cockpit/cockpit_software_updates-20210714.json @@ -1,15 +1,15 @@ -{ - "area": [ - { - "ypos": 690, - "type": "match", - "width": 62, - "xpos": 84, - "height": 22 - } - ], - "properties": [], - "tags": [ - "cockpit_software_updates" - ] +{ + "area": [ + { + "height": 17, + "type": "match", + "width": 62, + "xpos": 84, + "ypos": 690 + } + ], + "properties": [], + "tags": [ + "cockpit_software_updates" + ] } \ No newline at end of file