Merge pull request #1885 from friarzen/no_dualinput_default
Make single input window the default instead of dual inputs
This commit is contained in:
commit
4e5397f60f
1 changed files with 7 additions and 7 deletions
|
|
@ -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.",
|
||||||
}]
|
}]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue