1
0
Fork 0

Adjust width requirement for big enter (#21470)

This commit is contained in:
Ryan 2023-07-08 00:08:13 +10:00 committed by GitHub
parent 6bdd8e2782
commit ef39ecd1b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 16 deletions

View file

@ -116,15 +116,15 @@
{"matrix": [1, 0], "x": 18, "y": 5.9},
{"matrix": [0, 0], "x": 19, "y": 5.9},
{"matrix": [8, 3], "x": 2.25, "y": 7.5, "w": 1.5, "h": 2},
{"matrix": [8, 4], "x": 3.75, "y": 7.5, "w": 1.5, "h": 2},
{"matrix": [8, 3], "x": 2.25, "y": 7.5, "w": 1.75, "h": 2},
{"matrix": [8, 4], "x": 4, "y": 7.5, "w": 1.75, "h": 2},
{"matrix": [8, 5], "x": 5.25, "y": 7.5, "w": 1.5, "h": 2},
{"matrix": [8, 5], "x": 5.75, "y": 7.5, "w": 1.75, "h": 2},
{"matrix": [7, 3], "x": 13.25, "y": 7.5, "w": 1.5, "h": 2},
{"matrix": [7, 4], "x": 14.75, "y": 7.5, "w": 1.5, "h": 2},
{"matrix": [7, 3], "x": 12.5, "y": 7.5, "w": 1.75, "h": 2},
{"matrix": [7, 4], "x": 14.25, "y": 7.5, "w": 1.75, "h": 2},
{"matrix": [7, 5], "x": 16.25, "y": 7.5, "w": 1.5, "h": 2}
{"matrix": [7, 5], "x": 16, "y": 7.5, "w": 1.75, "h": 2}
]
}
}

View file

@ -96,7 +96,7 @@
{"matrix": [2, 10], "x": 10.75, "y": 3.5},
{"matrix": [3, 10], "x": 11.75, "y": 3.5},
{"matrix": [4, 10], "x": 12.75, "y": 3.5},
{"matrix": [5, 10], "x": 13.75, "y": 2.5, "w": 1.5, "h": 2},
{"matrix": [5, 10], "x": 13.75, "y": 2.5, "w": 1.25, "h": 2},
{"matrix": [6, 10], "x": 15.5, "y": 3.5},
{"matrix": [7, 10], "x": 16.5, "y": 3.5},