forked from csikosjanos/grid6-grid8-sublime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMain.sublime-menu
29 lines (29 loc) · 867 Bytes
/
Main.sublime-menu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[
{
"id": "view",
"children":
[
{
"id": "layout",
"children":
[
{
"caption": "Grid: 9",
"command": "set_layout",
"args":
{
"cols": [0.0, 0.33, 0.66, 1.0],
"rows": [0.0, 0.33, 0.66, 1.0],
"cells":
[
[0, 0, 1, 1], [1, 0, 2, 1], [2, 0, 3, 1],
[0, 1, 1, 2], [1, 1, 2, 2], [2, 1, 3, 2],
[0, 2, 1, 3], [1, 2, 2, 3], [2, 2, 3, 3]
]
}
}
]
}
]
}
]