kboss/b/test/hfiller.json
2025-07-16 14:27:17 +08:00

22 lines
262 B
JSON
Executable File

{
"widgettype":"HBox",
"options":{
"height":"100%",
"width":"100%"
},
"subwidgets":[
{
"widgettype":"urlwidget",
"options":{
"url":"left_part.json"
}
},
{
"widgettype":"HFiller",
"options":{
"bgcolor":"#f1f1f1"
}
}
]
}