1
0
Fork 0

Adjust offset for some layouts (#20075)

This commit is contained in:
Ryan 2023-03-13 22:22:20 +11:00 committed by GitHub
parent 183e99f638
commit 9e2ef5078a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
50 changed files with 4481 additions and 3568 deletions

View file

@ -18,11 +18,11 @@
"layouts": {
"LAYOUT": {
"layout": [
{ "label": "K00 (E0,E6)", "x": 0.25, "y": 0 },
{ "label": "K01 (E0,B2)", "x": 1.25, "y": 0 },
{ "label": "K02 (E0,D1)", "x": 0.75, "y": 1.25, "w": 0.5, "h": 0.5 },
{ "label": "K03 (E0,D2)", "x": 1.25, "y": 1.25, "w": 0.5, "h": 0.5 },
{ "label": "K04 (E0,D3)", "x": 1.75, "y": 1.25, "w": 0.5, "h": 0.5 }
{ "x": 0, "y": 0 },
{ "x": 1, "y": 0 },
{ "x": 0.5, "y": 1.25, "w": 0.5, "h": 0.5 },
{ "x": 1, "y": 1.25, "w": 0.5, "h": 0.5 },
{ "x": 1.5, "y": 1.25, "w": 0.5, "h": 0.5 }
]
}
}