From 7fe5525c29cff62b360375f8c7ffcf53c6919041 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 5 Jun 2020 11:22:16 -0700 Subject: [PATCH] Drop unnecessary system menu match from apps_menu_button This goes back to when we called this needle desktop_clean, but there's really no point in having it. Signed-off-by: Adam Williamson --- needles/gnome/apps_menu_button-20190625.json | 43 ++++++++------------ 1 file changed, 18 insertions(+), 25 deletions(-) diff --git a/needles/gnome/apps_menu_button-20190625.json b/needles/gnome/apps_menu_button-20190625.json index 7ce64529..861cac07 100644 --- a/needles/gnome/apps_menu_button-20190625.json +++ b/needles/gnome/apps_menu_button-20190625.json @@ -1,25 +1,18 @@ -{ - "area": [ - { - "type": "match", - "height": 15, - "ypos": 7, - "width": 67, - "xpos": 9 - }, - { - "type": "match", - "xpos": 968, - "height": 18, - "ypos": 4, - "width": 43 - } - ], - "properties": [], - "tags": [ - "DESKTOP-gnome", - "ENV-DISTRI-fedora", - "LANGUAGE-english", - "apps_menu_button" - ] -} +{ + "area": [ + { + "height": 15, + "type": "match", + "width": 67, + "xpos": 9, + "ypos": 7 + } + ], + "properties": [], + "tags": [ + "DESKTOP-gnome", + "ENV-DISTRI-fedora", + "LANGUAGE-english", + "apps_menu_button" + ] +} \ No newline at end of file