kivyterminal/py/iptv/ui/channel_box.ui

26 lines
596 B
Plaintext
Raw Normal View History

2023-10-17 18:50:28 +08:00
{
"widgettype":"VBox",
"options":{
"size_hint":[0.5, None],
"height":300
},
"subwidgets":[
{
"widgettype":"Text",
"options":{
"size_hint":[1,1],
"text":"{{params_kw['tv_name']}}",
"wrap":true
}
},
{
"widgettype":"Text",
"options":{
"size_hint":[1,1],
"text":"{{params_kw['channel_delay']}}",
"wrap":true
}
}
]
}