Readjust needle area to work for other language tests (#122)

Co-authored-by: lumarel <lumarel@users.noreply.github.com>
This commit is contained in:
Lukas Magauer 2022-07-08 18:36:29 +02:00 committed by GitHub
parent bf6730bdcc
commit 27cd94706b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
{ {
"area": [ "area": [
{ {
"width": 531, "width": 480,
"height": 32, "height": 32,
"xpos": 237, "xpos": 240,
"ypos": 31, "ypos": 31,
"type": "match" "type": "match"
} }
@ -13,4 +13,4 @@
"ENV-DISTRI-rocky", "ENV-DISTRI-rocky",
"topbar_generic" "topbar_generic"
] ]
} }