From 36acc8080de773a3a10d85dedc45add7ac9da4a7 Mon Sep 17 00:00:00 2001 From: Christian Femers Date: Sun, 1 Sep 2019 02:48:21 +0200 Subject: [PATCH] New orientation implementation required small change in the JSON --- .../components/am2910/GUIAm2910.json | 2 +- .../components/am2910/GUIAm2910.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net.mograsim.logic.model.am2900/components/am2910/GUIAm2910.json b/net.mograsim.logic.model.am2900/components/am2910/GUIAm2910.json index c016ec82..a5681506 100644 --- a/net.mograsim.logic.model.am2900/components/am2910/GUIAm2910.json +++ b/net.mograsim.logic.model.am2900/components/am2910/GUIAm2910.json @@ -228,7 +228,7 @@ }, "params": { "logicWidth": 12, - "orientation": "DOWN_ALT" + "orientation": "DOWN" } }, { diff --git a/net.mograsim.logic.model.editor/components/am2910/GUIAm2910.json b/net.mograsim.logic.model.editor/components/am2910/GUIAm2910.json index c016ec82..a5681506 100644 --- a/net.mograsim.logic.model.editor/components/am2910/GUIAm2910.json +++ b/net.mograsim.logic.model.editor/components/am2910/GUIAm2910.json @@ -228,7 +228,7 @@ }, "params": { "logicWidth": 12, - "orientation": "DOWN_ALT" + "orientation": "DOWN" } }, { -- 2.17.1