From 90058eca3f26be0ad4139465eacec236ec08a980 Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Wed, 9 Aug 2017 16:16:38 +0200 Subject: [PATCH 1/1] layout.json: fix number strings into actual numbers. Signed-off-by: Marcus Fritzsch --- layout.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/layout.json b/layout.json index be82f35..ad9e4c3 100644 --- a/layout.json +++ b/layout.json @@ -2,20 +2,20 @@ { "areas": [ { - "height": "1920", + "height": 1920, "name": "ControleBar", - "width": "1080", - "x": "0", - "y": "0", - "zorder": "0" + "width": 1080, + "x": 0, + "y": 0, + "zorder": 0 }, { - "height": "1920", + "height": 1920, "name": "HomeButton", - "width": "100", - "x": "0", - "y": "0", - "zorder": "0" + "width": 100, + "x": 0, + "y": 0, + "zorder": 0 } ], "name": "HomeScreenBasic" @@ -23,20 +23,20 @@ { "areas": [ { - "height": "1280", + "height": 1280, "name": "Main", - "width": "1080", - "x": "0", - "y": "300", - "zorder": "0" + "width": 1080, + "x": 0, + "y": 300, + "zorder": 0 }, { - "height": "1280", + "height": 1280, "name": "Sub", - "width": "1080", - "x": "0", - "y": "600", - "zorder": "0" + "width": 1080, + "x": 0, + "y": 600, + "zorder": 0 } ], "name": "ApssHalfBasic" -- 2.16.6