From 3c44f644a000afe1fa2f9ce7821e41fbbb999812 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 11 May 2020 16:07:18 -0700 Subject: [PATCH] Reduce system_menu_button match area not to include background Signed-off-by: Adam Williamson --- needles/gnome/system_menu_button.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/needles/gnome/system_menu_button.json b/needles/gnome/system_menu_button.json index b952d676..b1fd3e88 100644 --- a/needles/gnome/system_menu_button.json +++ b/needles/gnome/system_menu_button.json @@ -2,9 +2,9 @@ "area": [ { "type": "match", - "width": 45, - "height": 25, - "xpos": 969, + "width": 41, + "height": 22, + "xpos": 971, "ypos": 2 } ], @@ -12,4 +12,4 @@ "tags": [ "system_menu_button" ] -} \ No newline at end of file +}