From 983d9f8a9eb0dde7f03621327007c9f084c10236 Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Tue, 12 Sep 2017 11:29:33 +0200 Subject: [PATCH] layers.json: set OnScreen area to non-center non-full Signed-off-by: Marcus Fritzsch --- layers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers.json b/layers.json index 0d5a817..c1107d4 100644 --- a/layers.json +++ b/layers.json @@ -63,7 +63,7 @@ "role": "^OnScreen.*", "name": "popups", "layer_id": 9999, - "area": { "type": "rect", "rect": { "x": 0, "y": 100, "width": -1, "height": -201 } }, + "area": { "type": "rect", "rect": { "x": 0, "y": 300, "width": -1, "height": 400 } }, "comment": "Range of IDs that will always be placed on the popup layer, that gets a very high 'dummy' id of 9999" } ], -- 2.16.6