blob: 69d3a4e5c7e845289baf1ec110630cf3fb6bc798 (
plain)
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
|
{
"PaddingX": 0.05,
"PaddingY": 0.1,
"Contents": {
"Type": "gridcolumn",
"Weight": 2,
"Children": [
{
"Type": "label",
"Text": "xdd",
"Style": {
"Padding": 0,
"BackgroundColor": "#FFAAFF"
}
},
{
"Type": "void",
"Text": "xdd",
"Style": {
"Padding": 0
}
}
]
}
}
|