29 lines
369 B
Plaintext
29 lines
369 B
Plaintext
|
{
|
||
|
"widgettype":"HBox",
|
||
|
"options":{
|
||
|
"cheight":1.4
|
||
|
},
|
||
|
"subwidgets":[
|
||
|
{
|
||
|
"widgettype":"Text",
|
||
|
"options":{
|
||
|
"text":"${k}",
|
||
|
"cwidth":10,
|
||
|
"dynsize":true,
|
||
|
"wrap":true,
|
||
|
"halign":"left"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"widgettype":"Text",
|
||
|
"options":{
|
||
|
"text":"${v}",
|
||
|
"cwidth":12,
|
||
|
"dynsize":true,
|
||
|
"wrap":true,
|
||
|
"halign":"left"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|