mntre_v3: fix matrix bottom row (#24077)

This commit is contained in:
tarxvf 2024-07-11 08:46:54 -04:00 committed by GitHub
parent f8cf58a512
commit e3ef5b2d9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -108,12 +108,12 @@
{"matrix": [5, 2], "x": 2.75, "y": 5, "w": 1.5},
{"matrix": [5, 3], "x": 4.25, "y": 5, "w": 1.5},
{"matrix": [5, 4], "x": 5.75, "y": 5,"w": 2},
{"matrix": [5, 5], "x": 7.75, "y": 5,"w": 1.5},
{"matrix": [5, 6], "x": 9.25, "y": 5},
{"matrix": [5, 7], "x": 10.25, "y": 5},
{"matrix": [5, 8], "x": 11.25, "y": 5},
{"matrix": [5, 9], "x": 12.25, "y": 5},
{"matrix": [5, 10], "x": 13.25, "y": 5,"w": 1.25}
{"matrix": [5, 6], "x": 7.75, "y": 5,"w": 1.5},
{"matrix": [5, 7], "x": 9.25, "y": 5},
{"matrix": [5, 8], "x": 10.25, "y": 5},
{"matrix": [5, 9], "x": 11.25, "y": 5},
{"matrix": [5, 10], "x": 12.25, "y": 5},
{"matrix": [5, 11], "x": 13.25, "y": 5,"w": 1.25}
]
}
}