diff options
Diffstat (limited to 'src/layout_manager')
-rw-r--r-- | src/layout_manager/db/layout.db | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/src/layout_manager/db/layout.db b/src/layout_manager/db/layout.db index b8bf551..0de262f 100644 --- a/src/layout_manager/db/layout.db +++ b/src/layout_manager/db/layout.db @@ -94,7 +94,7 @@ "layer": "homescreen", "areas": [ { - "name": "", + "name": "fullscreen", "role": "homescreen" } ] @@ -197,16 +197,16 @@ "areas": [ "description": "The area is in the layer. The layout attaches areas to the layer" { - "name": "normal", + "name": "fullscreen", "rect": { "x": 0, - "y": 218, + "y": 0, "w": 1080, - "h": 1488 + "h": 1920 } }, { - "name": "restriction.normal", + "name": "normal", "rect": { "x": 0, "y": 218, @@ -215,7 +215,7 @@ } }, { - "name": "restriction.split.main", + "name": "split.main", "rect": { "x": 0, "y": 218, @@ -224,7 +224,7 @@ } }, { - "name": "restriction.split.sub", + "name": "split.sub", "rect": { "x": 0, "y": 962, @@ -233,7 +233,7 @@ } }, { - "name": "split.main", + "name": "software_keyboard", "rect": { "x": 0, "y": 962, @@ -242,39 +242,39 @@ } }, { - "name": "split.sub", + "name": "restriction.normal", "rect": { "x": 0, - "y": 962, + "y": 218, "w": 1080, - "h": 744 + "h": 1488 } }, { - "name": "fullscreen", + "name": "restriction.split.main", "rect": { "x": 0, - "y": 0, + "y": 218, "w": 1080, - "h": 1920 + "h": 744 } }, { - "name": "pop_up", + "name": "restriction.split.sub", "rect": { "x": 0, - "y": 640, + "y": 962, "w": 1080, - "h": 640 + "h": 744 } }, { - "name": "software_keyboard", + "name": "pop_up", "rect": { "x": 0, - "y": 1162, + "y": 640, "w": 1080, - "h": 544 + "h": 640 } }, { |