fixed missing x coordinate on spacebar (#18330)

This commit is contained in:
Vino Rodrigues 2022-09-11 22:07:32 +10:00 committed by GitHub
parent 16c2b528df
commit f46379f308
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,7 +108,7 @@
{ "matrix": [0, 0], "x":0, "y":5.25, "w":1.25},
{ "matrix": [1, 0], "x":1.25, "y":5.25, "w":1.25},
{ "matrix": [2, 0], "x":2.5, "y":5.25, "w":1.25},
{ "matrix": [6, 0], "y":5.25, "w":6.25},
{ "matrix": [6, 0], "x":3.75, "y":5.25, "w":6.25},
{ "matrix": [8, 0], "x":10, "y":5.25, "w":1.5},
{ "matrix": [7, 0], "x":11.5, "y":5.25, "w":1.5},