diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/db/areas.db | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/src/db/areas.db b/src/db/areas.db index a8039fa..368b954 100644 --- a/src/db/areas.db +++ b/src/db/areas.db @@ -6,7 +6,7 @@ "x": 0, "y": 0, "w": 1920, - "h": 1080 + "h": 720 } }, { @@ -15,25 +15,25 @@ "x": 0, "y": 0, "w": 1920, - "h": 1080 + "h": 720 } }, { "name": "split.main", "rect": { - "x": 0, + "x": 640, "y": 0, - "w": 1920, - "h": 540 + "w": 1280, + "h": 720 } }, { "name": "split.sub", "rect": { "x": 0, - "y": 540, - "w": 1920, - "h": 540 + "y": 0, + "w": 640, + "h": 720 } }, { @@ -42,7 +42,7 @@ "x": 0, "y": 0, "w": 1920, - "h": 1080 + "h": 720 } }, { @@ -51,25 +51,25 @@ "x": 0, "y": 0, "w": 1920, - "h": 1808 + "h": 720 } }, { "name": "restriction.split.main", "rect": { - "x": 0, + "x": 640, "y": 0, - "w": 1920, - "h": 540 + "w": 1280, + "h": 720 } }, { "name": "restriction.split.sub", "rect": { "x": 0, - "y": 540, - "w": 1920, - "h": 540 + "y": 0, + "w": 640, + "h": 720 } }, { @@ -78,7 +78,7 @@ "x": 0, "y": 0, "w": 1920, - "h": 1080 + "h": 720 } } ] |