Refactor app to use 'screen with widgets' rather than 'widgets'
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
|
||||
"widgets": [
|
||||
{
|
||||
"name": "one",
|
||||
"x": 16,
|
||||
"y": 16,
|
||||
"w": 48,
|
||||
@ -15,6 +16,7 @@
|
||||
"type": 0
|
||||
},
|
||||
{
|
||||
"name": "two",
|
||||
"x": 256,
|
||||
"y": 16,
|
||||
"w": 48,
|
||||
|
@ -1,4 +1,5 @@
|
||||
{
|
||||
"name": "one",
|
||||
"x": 16,
|
||||
"y": 16,
|
||||
"w": 48,
|
||||
|
Reference in New Issue
Block a user