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

View File

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