From c21ed7ccc6a601682db3e254bd9392db5fb71840 Mon Sep 17 00:00:00 2001
From: Dorian Goepp <dorian.goepp@gmail.com>
Date: Fri, 5 Apr 2019 10:30:18 +0200
Subject: [PATCH] Fine-tune layout for the demonstration

---
 src/demo-1-config.js | 29 +++++++++--------------------
 1 file changed, 9 insertions(+), 20 deletions(-)

diff --git a/src/demo-1-config.js b/src/demo-1-config.js
index c8ab784..870b7ff 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",
-- 
GitLab