From ab0a1cd1fe5094ecad710a4295a7e343cda9e4a2 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Tue, 8 May 2018 11:03:36 +0900 Subject: Change the size of restriction layer Change-Id: Ibf2e5f46a95a8c84c7baa513798a685c00e8338d Signed-off-by: Kazumasa Mitsunari --- layers.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layers.json b/layers.json index 5cc2997..30dc8fd 100644 --- a/layers.json +++ b/layers.json @@ -39,8 +39,8 @@ "role": "Restriction", "name": "Restriction", "layer_id": 1003, - "area": { "type": "rect", "rect": { "x": 0, "y": 760, "width": -1, "height": 400 } }, - "comment": "UpperHomeScreen is the part of HomeScreen" + "area": { "type": "rect", "rect": { "x": 0, "y": 218, "width": -1, "height": -433 } }, + "comment": "This layer is for restriction notification. This is used by restriction role" }, { "role": "^OnScreen.*", -- cgit 1.2.3-korg