diff options
-rw-r--r-- | recipes-demo-hmi/cluster-windowmanager-conf/cluster-windowmanager-conf/areas.json | 24 |
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 } } ] |