From 0220334a57eab98ac46c1143ee20e2e7d7d3f579 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 25 Aug 2020 16:08:51 -0700 Subject: [PATCH] Drop stray match area from cockpit_leftbar_scroll That's not supposed to be there... Signed-off-by: Adam Williamson --- .../cockpit_leftbar_scroll-20200530.json | 35 ++++++++----------- 1 file changed, 14 insertions(+), 21 deletions(-) diff --git a/needles/cockpit/cockpit_leftbar_scroll-20200530.json b/needles/cockpit/cockpit_leftbar_scroll-20200530.json index 15758b3f..7a51ea98 100644 --- a/needles/cockpit/cockpit_leftbar_scroll-20200530.json +++ b/needles/cockpit/cockpit_leftbar_scroll-20200530.json @@ -1,22 +1,15 @@ -{ - "area": [ - { - "xpos": 270, - "type": "match", - "height": 15, - "ypos": 744, - "width": 73 - }, - { - "xpos": 196, - "ypos": 711, - "width": 43, - "height": 55, - "type": "match" - } - ], - "properties": [], - "tags": [ - "cockpit_leftbar_scroll" - ] +{ + "area": [ + { + "height": 55, + "type": "match", + "width": 43, + "xpos": 196, + "ypos": 711 + } + ], + "properties": [], + "tags": [ + "cockpit_leftbar_scroll" + ] } \ No newline at end of file