From 2e0d122f2ed8cf7c17f724989aed0025fea69d31 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 26 Nov 2017 22:23:13 +0100 Subject: [PATCH] Add third button --- fs/screen_main.json | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/fs/screen_main.json b/fs/screen_main.json index 9b04895..69937b3 100644 --- a/fs/screen_main.json +++ b/fs/screen_main.json @@ -5,22 +5,31 @@ "name": "one", "x": 16, "y": 36, - "w": 48, - "h": 48, + "w": 64, + "h": 56, "label": "One", "type": 2, "screen": "screen_one.json" }, { "name": "two", - "x": 256, + "x": 240, "y": 36, - "w": 48, - "h": 48, + "w": 64, + "h": 56, "label": "Two", "type": 2, "screen": "screen_two.json" }, + { + "name": "three", + "x": 128, + "y": 36, + "w": 64, + "h": 64, + "label": "Three", + "type": 2 + }, { "name": "logo", "x": 32,