From ea11c8344f51a0d3f92168427a35dc6c17ded8e9 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 11 Sep 2019 15:12:03 -0700 Subject: [PATCH] Shrink KDE Firefox launcher icon to avoid background issues Existing one doesn't match if the background is too different, shrink it to just the center of the icon. Signed-off-by: Adam Williamson --- needles/firefox/launcher-kde-20180604.json | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/needles/firefox/launcher-kde-20180604.json b/needles/firefox/launcher-kde-20180604.json index 6873b974..dab8a16b 100644 --- a/needles/firefox/launcher-kde-20180604.json +++ b/needles/firefox/launcher-kde-20180604.json @@ -1,16 +1,16 @@ -{ - "properties": [], - "tags": [ - "browser_launcher", - "firefox_launcher" - ], - "area": [ - { - "height": 31, - "xpos": 46, - "ypos": 209, - "width": 31, - "type": "match" - } - ] +{ + "area": [ + { + "height": 21, + "type": "match", + "width": 21, + "xpos": 51, + "ypos": 214 + } + ], + "properties": [], + "tags": [ + "browser_launcher", + "firefox_launcher" + ] } \ No newline at end of file