29 lines
369 B
XML
29 lines
369 B
XML
{
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
}
|