diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2018-08-06 18:38:00 +0900 |
---|---|---|
committer | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2018-08-06 18:38:00 +0900 |
commit | c447b8902934dc59166d5ae2b558fbb886b01887 (patch) | |
tree | ba9aef18560693836d611e795650f2328fe52762 /src/db | |
parent | 000e5f8983984d65cc7599908541801ec2babed2 (diff) |
Add horizontal layer
Diffstat (limited to 'src/db')
-rw-r--r-- | src/db/areas.db | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/src/db/areas.db b/src/db/areas.db index 03ddfe4..a8039fa 100644 --- a/src/db/areas.db +++ b/src/db/areas.db @@ -5,80 +5,80 @@ "rect": { "x": 0, "y": 0, - "w": 1080, - "h": 1920 + "w": 1920, + "h": 1080 } }, { "name": "normal.full", "rect": { "x": 0, - "y": 218, - "w": 1080, - "h": 1488 + "y": 0, + "w": 1920, + "h": 1080 } }, { "name": "split.main", "rect": { "x": 0, - "y": 218, - "w": 1080, - "h": 744 + "y": 0, + "w": 1920, + "h": 540 } }, { "name": "split.sub", "rect": { "x": 0, - "y": 962, - "w": 1080, - "h": 744 + "y": 540, + "w": 1920, + "h": 540 } }, { - "name": "software_keyboard", + "name": "skb", "rect": { "x": 0, - "y": 962, - "w": 1080, - "h": 744 + "y": 0, + "w": 1920, + "h": 1080 } }, { "name": "restriction.normal", "rect": { "x": 0, - "y": 218, - "w": 1080, - "h": 1488 + "y": 0, + "w": 1920, + "h": 1808 } }, { "name": "restriction.split.main", "rect": { "x": 0, - "y": 218, - "w": 1080, - "h": 744 + "y": 0, + "w": 1920, + "h": 540 } }, { "name": "restriction.split.sub", "rect": { "x": 0, - "y": 962, - "w": 1080, - "h": 744 + "y": 540, + "w": 1920, + "h": 540 } }, { "name": "on_screen", "rect": { "x": 0, - "y": 218, - "w": 1080, - "h": 1488 + "y": 0, + "w": 1920, + "h": 1080 } } ] |