-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBasicCore.Session.lgui2Package.json
More file actions
48 lines (47 loc) · 1.25 KB
/
BasicCore.Session.lgui2Package.json
File metadata and controls
48 lines (47 loc) · 1.25 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
{
"$schema": "http://www.lavishsoft.com/schema/lgui2Package.json",
"templates":{
},
"elements":[
{
"type":"panel",
"visibility": "hidden",
"name":"basicCore.events"
},
{
"type":"panel",
"visibility":"hidden",
"name":"basicCore.highlighter.border",
"borderThickness":3,
"borderBrush":{
"color":"#ffff0000"
},
"backgroundBrush":{
"color":"#00000000"
},
"horizontalAlignment": "stretch",
"verticalAlignment": "stretch",
"acceptsKeyboardFocus": false,
"acceptsMouseFocus": false
},
{
"type":"border",
"visibility":"hidden",
"name":"basicCore.highlighter.number",
"padding":8,
"margin":8,
"borderThickness":5,
"borderBrush":{
"color":"#ffffffff"
},
"child":{
"type":"textblock",
"textBinding":"JMB.Slot",
"font":{
"heightFactor":6.0
},
"color":"#ffffffff"
}
}
]
}