Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
a14f331c0a
1 changed files with 11 additions and 1 deletions
|
@ -6,7 +6,17 @@
|
||||||
"height": 4.5,
|
"height": 4.5,
|
||||||
"layouts": {
|
"layouts": {
|
||||||
"LAYOUT": {
|
"LAYOUT": {
|
||||||
"layout": [{"x":0, "y":2.5}, {"x":1, "y":2.5}, {"x":2, "y":2.5}, {"x":0, "y":3.5}, {"x":1, "y":3.5}, {"x":2, "y":3.5}]
|
"layout": [
|
||||||
|
{"x":0.5, "y":0, "w":2, "h":2},
|
||||||
|
|
||||||
|
{"x":0, "y":2.5},
|
||||||
|
{"x":1, "y":2.5},
|
||||||
|
{"x":2, "y":2.5},
|
||||||
|
|
||||||
|
{"x":0, "y":3.5},
|
||||||
|
{"x":1, "y":3.5},
|
||||||
|
{"x":2, "y":3.5}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue