From ef028e89b905fe90ece518f6cc18dac55b54e5be Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 29 Sep 2021 12:03:00 -0700 Subject: [PATCH] Narrow the light blue Next button match Don't match on the arrow, another app has it on the other side. The color and text should be enough to avoid false matches. Signed-off-by: Adam Williamson --- .../kde/apps/kde_next-lightblue-20210929.json | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/needles/kde/apps/kde_next-lightblue-20210929.json b/needles/kde/apps/kde_next-lightblue-20210929.json index bd410054..b0d90eea 100644 --- a/needles/kde/apps/kde_next-lightblue-20210929.json +++ b/needles/kde/apps/kde_next-lightblue-20210929.json @@ -1,15 +1,15 @@ -{ - "area": [ - { - "width": 55, - "type": "match", - "ypos": 242, - "height": 18, - "xpos": 203 - } - ], - "properties": [], - "tags": [ - "kde_next" - ] -} +{ + "area": [ + { + "height": 18, + "type": "match", + "width": 30, + "xpos": 223, + "ypos": 242 + } + ], + "properties": [], + "tags": [ + "kde_next" + ] +} \ No newline at end of file