From 82ebfe37f0b56761c0fe27b9cf29ef1640a61897 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 24 Aug 2020 12:43:00 -0700 Subject: [PATCH] Tighten KDE log_out_entry area See if this helps it match more reliably. Signed-off-by: Adam Williamson --- needles/kde/log_out_entry.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/needles/kde/log_out_entry.json b/needles/kde/log_out_entry.json index 06f05369..619b4ae3 100644 --- a/needles/kde/log_out_entry.json +++ b/needles/kde/log_out_entry.json @@ -1,15 +1,15 @@ -{ - "area": [ - { - "type": "match", - "xpos": 76, - "height": 20, - "width": 55, - "ypos": 281 - } - ], - "properties": [], - "tags": [ - "log_out_entry" - ] +{ + "area": [ + { + "height": 15, + "type": "match", + "width": 52, + "xpos": 77, + "ypos": 283 + } + ], + "properties": [], + "tags": [ + "log_out_entry" + ] } \ No newline at end of file