aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/cluster-windowmanager-conf/cluster-windowmanager-conf/areas.json
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-10-20 10:52:29 -0400
committerScott Murray <scott.murray@konsulko.com>2019-10-20 10:52:29 -0400
commit46a5c08387cb501cb2b70e7cffb6d7518cbf0cbe (patch)
treee870c7d52c71f51f90523001634c54eaf55b5c3a /recipes-demo-hmi/cluster-windowmanager-conf/cluster-windowmanager-conf/areas.json
parentaa6910c87ec4232588593428e98d8903b4c516bf (diff)
Update the areas.json windowmanager configuration file to work with the new larger 640x720 size of the streamed display from tbtnavi on the IVI board. Bug-AGL: SPEC-2915 Change-Id: I3a7d3932ec2264362450f6f9b9e588dd042bb7f6 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-demo-hmi/cluster-windowmanager-conf/cluster-windowmanager-conf/areas.json')
-rw-r--r--recipes-demo-hmi/cluster-windowmanager-conf/cluster-windowmanager-conf/areas.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/recipes-demo-hmi/cluster-windowmanager-conf/cluster-windowmanager-conf/areas.json b/recipes-demo-hmi/cluster-windowmanager-conf/cluster-windowmanager-conf/areas.json
index 00322ac..90180dc 100644
--- a/recipes-demo-hmi/cluster-windowmanager-conf/cluster-windowmanager-conf/areas.json
+++ b/recipes-demo-hmi/cluster-windowmanager-conf/cluster-windowmanager-conf/areas.json
@@ -12,28 +12,28 @@
{
"name": "normal.full",
"rect": {
- "x": 672,
- "y": 264,
- "w": 576,
- "h": 552
+ "x": 640,
+ "y": 180,
+ "w": 640,
+ "h": 720
}
},
{
"name": "restriction.normal",
"rect": {
- "x": 672,
- "y": 264,
- "w": 576,
- "h": 552
+ "x": 640,
+ "y": 180,
+ "w": 640,
+ "h": 720
}
},
{
"name": "on_screen",
"rect": {
- "x": 672,
- "y": 264,
- "w": 576,
- "h": 552
+ "x": 640,
+ "y": 180,
+ "w": 640,
+ "h": 720
}
}
]