mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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'
|
||||
// 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.",
|
||||
}]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue