layout.json: fix number strings into actual numbers.
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>
Wed, 9 Aug 2017 14:16:38 +0000 (16:16 +0200)
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>
Fri, 11 Aug 2017 08:13:48 +0000 (10:13 +0200)
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
layout.json

index be82f35..ad9e4c3 100644 (file)
@@ -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"
    {
       "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"