kivyblocks/test/conf/config.json

22 lines
304 B
JSON
Raw Normal View History

2019-12-19 11:13:47 +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",
"uihome":"http://www.bsppo.com:10080",
"udws":[
"/udw/udws.uidesc"
],
"root":{
"widgettype":"urlwidget",
"options":{
2020-01-08 18:04:39 +08:00
"url":"/test/loginform.ui"
2019-12-19 11:13:47 +08:00
}
}
}