Remove trailing zeroes in info.json layouts (#20156)
This commit is contained in:
parent
faf17aad90
commit
d8aec71e48
71 changed files with 1744 additions and 1744 deletions
|
|
@ -45,7 +45,7 @@
|
|||
{"x": 10, "y": 1.5},
|
||||
{"x": 11, "y": 1.5},
|
||||
{"x": 12, "y": 1.5},
|
||||
{"x": 13, "y": 1.5, "w": 2.0},
|
||||
{"x": 13, "y": 1.5, "w": 2},
|
||||
{"x": 15.25, "y": 1.5},
|
||||
{"x": 16.25, "y": 1.5},
|
||||
{"x": 17.25, "y": 1.5},
|
||||
|
|
@ -141,7 +141,7 @@
|
|||
{"x": 10, "y": 1.5},
|
||||
{"x": 11, "y": 1.5},
|
||||
{"x": 12, "y": 1.5},
|
||||
{"x": 13, "y": 1.5, "w": 2.0},
|
||||
{"x": 13, "y": 1.5, "w": 2},
|
||||
{"x": 15.25, "y": 1.5},
|
||||
{"x": 16.25, "y": 1.5},
|
||||
{"x": 17.25, "y": 1.5},
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
{"x":10, "y":0},
|
||||
{"x":11, "y":0},
|
||||
{"x":12, "y":0},
|
||||
{"x":13, "y":0, "w":2.0},
|
||||
{"x":13, "y":0, "w":2},
|
||||
{"x":15, "y":0},
|
||||
|
||||
{"x":0, "y":1, "w":1.5},
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
{"x": 10, "y": 1.5},
|
||||
{"x": 11, "y": 1.5},
|
||||
{"x": 12, "y": 1.5},
|
||||
{"x": 13, "y": 1.5, "w": 2.0},
|
||||
{"x": 13, "y": 1.5, "w": 2},
|
||||
{"x": 15.5, "y": 1.5},
|
||||
|
||||
{"x": 0, "y": 2.5, "w": 1.5},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue