kivyblocks/test/script/conf/config.json

19 lines
282 B
JSON
Raw Normal View History

2022-08-25 21:00:09 +08:00
{
"font_sizes":{
"smallest":1.5,
"small":2.5,
"normal":3.5,
"large":4.5,
"huge":5.5,
"hugest":6.5
},
"font_name":"normal",
"script_root":"$[workdir]$/scripts",
"root":{
"widgettype":"urlwidget",
"options":{
2022-08-29 20:59:26 +08:00
"url":"file://index.ui"
2022-08-25 21:00:09 +08:00
}
}
}