kivyblocks/test/script/scripts/boxlayout/modalbehavior.ui

22 lines
284 B
Plaintext
Raw Normal View History

2022-11-15 14:42:09 +08:00
{
"widgettype":"BoxLayout",
"options":{
"size_hint":[0.5, 0.5],
"ModalBehavior":{
"auto_open":true,
2022-12-16 18:14:59 +08:00
"anchor":"br",
2022-11-15 14:42:09 +08:00
"auto_dismiss":true
}
},
"subwidgets":[
{
"widgettype":"Text",
"options":{
"otext":"this is a Modal Test",
"i18n":true
}
}
]
}