tbftss/data/widgets/modal.json

33 lines
418 B
JSON
Raw Permalink Normal View History

2015-10-20 13:51:49 +02:00
[
2016-02-23 08:19:31 +01:00
{
"name" : "ok",
"group" : "ok",
"type" : "WT_BUTTON",
"text" : "OK",
"x" : -1,
"y" : 680,
"w" : 150,
"h": 34
},
2015-10-20 13:51:49 +02:00
{
"name" : "ok",
"group" : "okCancel",
"type" : "WT_BUTTON",
"text" : "OK",
2016-02-23 23:20:07 +01:00
"x" : 530,
2015-10-20 13:51:49 +02:00
"y" : 680,
"w" : 150,
"h": 34
},
{
"name" : "cancel",
"group" : "okCancel",
"type" : "WT_BUTTON",
"text" : "Cancel",
2016-02-23 23:20:07 +01:00
"x" : 730,
2015-10-20 13:51:49 +02:00
"y" : 680,
"w" : 150,
"h": 34
}
]