Refactor app to use 'screen with widgets' rather than 'widgets'
This commit is contained in:
28
fs/screen_main.json
Normal file
28
fs/screen_main.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Main",
|
||||
"x": 20,
|
||||
"y": 0,
|
||||
"w": 320,
|
||||
"h": 220,
|
||||
|
||||
"widgets": [
|
||||
{
|
||||
"name": "one",
|
||||
"x": 16,
|
||||
"y": 16,
|
||||
"w": 48,
|
||||
"h": 48,
|
||||
"label": "One",
|
||||
"type": 0
|
||||
},
|
||||
{
|
||||
"name": "two",
|
||||
"x": 256,
|
||||
"y": 16,
|
||||
"w": 48,
|
||||
"h": 48,
|
||||
"label": "Two",
|
||||
"type": 0
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user