Fix needle size and tag

This commit is contained in:
Al Bowles 2022-07-06 17:35:24 -05:00
parent 56a5e35315
commit 4e68f85ab8
No known key found for this signature in database
GPG Key ID: 9B42314A30F1A3D1

View File

@ -1,17 +1,16 @@
{ {
"area": [ "area": [
{ {
"type": "match",
"xpos": 493,
"width": 531, "width": 531,
"height": 32, "height": 32,
"ypos": 0 "xpos": 237,
"ypos": 31,
"type": "match"
} }
], ],
"properties": [], "properties": [],
"tags": [ "tags": [
"ENV-DISTRI-rocky", "ENV-DISTRI-rocky",
"LANGUAGE-english",
"topbar_generic" "topbar_generic"
] ]
} }