Reduce system_menu_button match area not to include background

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-05-11 16:07:18 -07:00
parent 21ecfa8538
commit 3c44f644a0
1 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@
"area": [
{
"type": "match",
"width": 45,
"height": 25,
"xpos": 969,
"width": 41,
"height": 22,
"xpos": 971,
"ypos": 2
}
],
@ -12,4 +12,4 @@
"tags": [
"system_menu_button"
]
}
}