tweak firefox 'download complete' needle

Rawhide changed the color of the popover outline, so exclude it
from the needle so the needle continues to work for 24/25/RH.
This commit is contained in:
Adam Williamson 2016-12-07 11:51:48 -08:00
parent 3889000907
commit 5da52acc75
1 changed files with 15 additions and 15 deletions

View File

@ -1,16 +1,16 @@
{
"tags": [
"browser_download_complete",
"firefox_download_complete"
],
"properties": [],
"area": [
{
"xpos": 829,
"ypos": 102,
"width": 34,
"height": 26,
"type": "match"
}
]
{
"area": [
{
"height": 19,
"type": "match",
"width": 34,
"xpos": 829,
"ypos": 102
}
],
"properties": [],
"tags": [
"browser_download_complete",
"firefox_download_complete"
]
}