From 21557460347927bc26c6dfb5b98936c8a865bf1b Mon Sep 17 00:00:00 2001 From: Brenden Tuck Date: Fri, 9 Aug 2019 16:59:09 +0000 Subject: [PATCH] Make single input window the default instead of dual inputs --- .../js/plugins/goldenlayout_default_config.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/evennia/web/webclient/static/webclient/js/plugins/goldenlayout_default_config.js b/evennia/web/webclient/static/webclient/js/plugins/goldenlayout_default_config.js index 04cc5246b3..1ef7a959f3 100644 --- a/evennia/web/webclient/static/webclient/js/plugins/goldenlayout_default_config.js +++ b/evennia/web/webclient/static/webclient/js/plugins/goldenlayout_default_config.js @@ -37,17 +37,17 @@ var goldenlayout_config = { // Global Variable used in goldenlayout.js init() // id: "inputComponent", // mark 'ignore this component during output message processing' // height: 6, // isClosable: false, +// }, { +// type: "component", +// componentName: "input", +// id: "inputComponent", // mark for ignore +// height: 12, // percentage +// tooltip: "Input - The last input in the layout is always the default.", }, { type: "component", componentName: "input", id: "inputComponent", // mark for ignore - height: 12, // percentage - tooltip: "Input - The last input in the layout is always the default.", - }, { - type: "component", - componentName: "input", - id: "inputComponent", // mark for ignore - height: 12, // percentage + height: 20, // percentage isClosable: false, // remove the 'x' control to close this tooltip: "Input - The last input in the layout is always the default.", }]