From a00ab39c6f593ac73b50fbc87c613e1e8829f2dc Mon Sep 17 00:00:00 2001 From: jrmartin Date: Wed, 6 Jul 2022 16:30:56 -0700 Subject: [PATCH] #1341 - Layout changes --- .../configuration/VFBMain/layoutModel.js | 68 ++++++++++++------- 1 file changed, 44 insertions(+), 24 deletions(-) diff --git a/components/configuration/VFBMain/layoutModel.js b/components/configuration/VFBMain/layoutModel.js index 907b68bb5..5dff6ee77 100644 --- a/components/configuration/VFBMain/layoutModel.js +++ b/components/configuration/VFBMain/layoutModel.js @@ -20,12 +20,12 @@ var modelJson = { "children": [ { "type": "row", - "weight": 55, + "weight": 40, "selected": 0, "children": [ { "type": "tabset", - "weight": 36, + "weight": 40, "children": [ { "type": "tab", @@ -36,7 +36,7 @@ var modelJson = { }, { "type": "tabset", - "weight": 64, + "weight": 60, "children": [ { "type": "tab", @@ -48,34 +48,54 @@ var modelJson = { ] }, { - "type": "tabset", - "weight": 45, + "type": "row", + "weight": 30, "selected": 0, "children": [ { - "type": "tab", - "name": "Term Info", - "component": "termInfo" - }, - { - "type": "tab", - "name": "Template ROI Browser", - "component": "treeBrowser" - }, - { - "type": "tab", - "name": "Term Context", - "component": "vfbGraph" + "type": "tabset", + "weight": 60, + "selected": 0, + "children": [ + { + "type": "tab", + "name": "Template ROI Browser", + "component": "treeBrowser" + }, + { + "type": "tab", + "name": "Circuit Browser", + "component": "vfbCircuitBrowser" + }, + { + "type": "tab", + "name": "Term Context", + "component": "vfbGraph" + } + ] }, { - "type": "tab", - "name": "Layers", - "component": "vfbListViewer" - }, + "type": "tabset", + "weight": 40, + "children": [ + { + "type": "tab", + "name": "Layers", + "component": "vfbListViewer" + } + ] + } + ] + }, + { + "type": "tabset", + "weight": 30, + "selected": 0, + "children": [ { "type": "tab", - "name": "Circuit Browser", - "component": "vfbCircuitBrowser" + "name": "Term Info", + "component": "termInfo" } ] }