-
Notifications
You must be signed in to change notification settings - Fork 208
Expand file tree
/
Copy pathecmind.layout
More file actions
executable file
·106 lines (106 loc) · 3.16 KB
/
ecmind.layout
File metadata and controls
executable file
·106 lines (106 loc) · 3.16 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"global": {
"splitterEnableHandle": true,
"tabEnablePopout": true,
"tabSetEnableActiveIcon": true,
"tabSetMinWidth": 130,
"tabSetMinHeight": 100,
"tabSetEnableTabScrollbar": true,
"borderMinSize": 100,
"borderEnableTabScrollbar": true,
"tabSetEnableDeleteWhenEmpty": false,
"tabSetEnableHideWhenEmpty": true,
"borderEnableAutoHide": false
},
"borders": [
{
"type": "border",
"location": "bottom",
"children": [
{
"type": "tab",
"id": "#0ae8e0fb-dba2-4b14-9d75-08781231479a",
"name": "Output",
"component": "grid",
"enableClose": false,
"icon": "images/bar_chart.svg"
},
{
"type": "tab",
"id": "#803a2efe-e507-4735-9c2a-46ce6042c1a2",
"name": "Terminal",
"component": "grid",
"enableClose": false,
"icon": "images/terminal.svg"
},
{
"type": "tab",
"id": "#7bac972e-fd5f-4582-a511-4feede448394",
"name": "Layout JSON",
"component": "json"
}
]
},
{
"type": "border",
"location": "left",
"children": [
{
"type": "tab",
"id": "#21c49854-be85-4e32-96c3-61962f71bc15",
"name": "Navigation",
"altName": "The Navigation Tab",
"component": "grid",
"enableClose": false,
"icon": "images/folder.svg"
}
]
},
{
"type": "border",
"location": "right",
"children": [
{
"type": "tab",
"id": "#ec253996-0724-416b-a097-23f85a89afbe",
"name": "Options",
"component": "grid",
"enableClose": false,
"icon": "images/settings.svg"
}
]
}
],
"layout": {
"type": "row",
"id": "#11b6dde6-2808-4a87-b378-dd6ed2a92547",
"children": [
{
"id": "mwLeftTabSet",
"type": "tabset",
"weight": 33,
"children": []
},
{
"id": "mwMiddleTabSet",
"type": "tabset",
"weight": 33,
"children": [
{
"type": "tab",
"name": "OpenLayers Map",
"component": "map",
"enablePopoutOverlay": true
}
]
},
{
"id": "mwRightTabSet",
"type": "tabset",
"weight": 33,
"children": []
}
]
},
"popouts": {}
}