From fb5e5a22a729b9323ef88651a6226add35b5d7df Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 9 Feb 2024 15:41:40 -0800 Subject: [PATCH] Tweak GNOME Software Updates needle match area slightly It kinda looks like the text has been moved closer to the icon in the latest gnome-software, such that the little '1' bubble is now in the needle match area if it's present. Obviously that may vary, so let's tweak the needle match area a bit to the right so it's hopefully consistent and still matches on older versions. --- ...op_package_tool_update-gnome-20230701.json | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/needles/gnome/desktop_package_tool_update-gnome-20230701.json b/needles/gnome/desktop_package_tool_update-gnome-20230701.json index 87fd429c..89de5807 100644 --- a/needles/gnome/desktop_package_tool_update-gnome-20230701.json +++ b/needles/gnome/desktop_package_tool_update-gnome-20230701.json @@ -1,16 +1,16 @@ -{ - "area": [ - { - "xpos": 617, - "ypos": 47, - "type": "match", - "height": 19, - "width": 59 - } - ], - "properties": [], - "tags": [ - "desktop_package_tool_update", - "DESKTOP-gnome" - ] +{ + "area": [ + { + "height": 19, + "type": "match", + "width": 56, + "xpos": 619, + "ypos": 47 + } + ], + "properties": [], + "tags": [ + "desktop_package_tool_update", + "DESKTOP-gnome" + ] } \ No newline at end of file