Remove trailing zeroes in info.json layouts (#20156)
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
{"label":"0", "x":11, "y":0},
|
||||
{"label":"-", "x":12, "y":0},
|
||||
{"label":"=", "x":13, "y":0},
|
||||
{"label":"Backspace", "x":14, "y":0, "w":2.0},
|
||||
{"label":"Backspace", "x":14, "y":0, "w":2},
|
||||
|
||||
{"label":"Tab", "x":0, "y":1, "w":1.5},
|
||||
{"label":"Q", "x":1.5, "y":1},
|
||||
@@ -170,7 +170,7 @@
|
||||
{"x":6.5, "y":4, "w":1.25},
|
||||
|
||||
{"x":8.75, "y":4, "w":1.25},
|
||||
{"x":10, "y":4, "w":2.0},
|
||||
{"x":10, "y":4, "w":2},
|
||||
{"label":"Alt", "x":12, "y":4},
|
||||
{"label":"Win", "x":13, "y":4},
|
||||
{"label":"Menu", "x":14, "y":4},
|
||||
|
Reference in New Issue
Block a user