Remove trailing zeroes in info.json layouts (#20156)
This commit is contained in:
@@ -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},
|
||||
|
Reference in New Issue
Block a user