Make single input window the default instead of dual inputs

This commit is contained in:
Brenden Tuck 2019-08-09 16:59:09 +00:00 committed by EC2 Default User
parent 4f98ac4596
commit 2155746034

View file

@ -37,17 +37,17 @@ var goldenlayout_config = { // Global Variable used in goldenlayout.js init()
// id: "inputComponent", // mark 'ignore this component during output message processing' // id: "inputComponent", // mark 'ignore this component during output message processing'
// height: 6, // height: 6,
// isClosable: false, // 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", type: "component",
componentName: "input", componentName: "input",
id: "inputComponent", // mark for ignore id: "inputComponent", // mark for ignore
height: 12, // percentage height: 20, // 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
isClosable: false, // remove the 'x' control to close this isClosable: false, // remove the 'x' control to close this
tooltip: "Input - The last input in the layout is always the default.", tooltip: "Input - The last input in the layout is always the default.",
}] }]