diff options
author | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-09-12 11:29:33 +0200 |
---|---|---|
committer | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-09-12 11:29:33 +0200 |
commit | 983d9f8a9eb0dde7f03621327007c9f084c10236 (patch) | |
tree | 8dc8aaa703bef46a9489dd2dbd14954ab93f817d | |
parent | b7ce9433f275bd216751c120e8e80278f2492239 (diff) |
layers.json: set OnScreen area to non-center non-full
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
-rw-r--r-- | layers.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" } ], |