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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-09-11 15:12:03 -07:00
parent c0f911067f
commit ea11c8344f

View File

@ -1,16 +1,16 @@
{ {
"properties": [], "area": [
"tags": [ {
"browser_launcher", "height": 21,
"firefox_launcher" "type": "match",
], "width": 21,
"area": [ "xpos": 51,
{ "ypos": 214
"height": 31, }
"xpos": 46, ],
"ypos": 209, "properties": [],
"width": 31, "tags": [
"type": "match" "browser_launcher",
} "firefox_launcher"
] ]
} }