diff --git a/src/demo-1-config.js b/src/demo-1-config.js index c8ab784ac668324df0185e339cc0ce4335ff3589..870b7ffad2ba19b554b40ee9221ddcdc33ac4ada 100644 --- a/src/demo-1-config.js +++ b/src/demo-1-config.js @@ -34,7 +34,7 @@ export const flexlayout_json = { { "type": "tabset", "name": "Robot's memory", - "weight": 65, + "weight": 60, "selected": 0, "children": [ { @@ -48,34 +48,21 @@ export const flexlayout_json = { }, { "type": "row", - "weight": 35, + "weight": 40, "children": [ - { - "type": "tabset", - "name": "Latest interaction", - "weight": 25, - "selected": 0, - "children": [ - { - "type": "tab", - "component": "latest-interaction", - "config": { - "hasReadme": true - }, - }, - ] - }, { "type": "row", "weight": 25, "children": [ { "type": "tabset", - "name": "Current mood", + "name": "Latest interaction", + "weight": 78, + "selected": 0, "children": [ { "type": "tab", - "component": "mood", + "component": "latest-interaction", "config": { "hasReadme": true }, @@ -85,6 +72,8 @@ export const flexlayout_json = { { "type": "tabset", "name": "Involvement", + "weight": 22, + "height": 70, "children": [ { "type": "tab", @@ -100,7 +89,7 @@ export const flexlayout_json = { { "type": "tabset", "name": "Robot video stream", - "weight": 50, + "weight": 75, "children": [ { "type": "tab",