cluster-windowmanager-conf: update config 19/22719/1 8.99.1 8.99.2 8.99.3 8.99.4 icefish/8.99.1 icefish/8.99.2 icefish/8.99.3 icefish/8.99.4 icefish_8.99.1 icefish_8.99.2 icefish_8.99.3 icefish_8.99.4
authorScott Murray <scott.murray@konsulko.com>
Sun, 20 Oct 2019 14:52:29 +0000 (10:52 -0400)
committerScott Murray <scott.murray@konsulko.com>
Sun, 20 Oct 2019 14:52:29 +0000 (10:52 -0400)
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>
recipes-demo-hmi/cluster-windowmanager-conf/cluster-windowmanager-conf/areas.json

index 00322ac..90180dc 100644 (file)
         {
             "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
             }
         }
     ]