Merge pull request #1885 from friarzen/no_dualinput_default

Make single input window the default instead of dual inputs
This commit is contained in:
Griatch 2019-08-09 23:42:07 +02:00 committed by GitHub
commit 4e5397f60f

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'
// 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.",
}]