1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-28 00:37:22 +00:00

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": [],
"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"
]
}