mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
Add more detailed tooltips
This commit is contained in:
parent
49296cb0dd
commit
e12e17c83a
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ plugin_handler.add('goldenlayout', (function () {
|
|||
type: 'component',
|
||||
componentName: 'Main',
|
||||
isClosable: false,
|
||||
tooltip: 'Main - drag to desird position.',
|
||||
componentState: {
|
||||
types: 'untagged',
|
||||
update_method: 'newlines',
|
||||
|
|
@ -32,12 +33,14 @@ plugin_handler.add('goldenlayout', (function () {
|
|||
componentName: 'input',
|
||||
id: 'inputComponent',
|
||||
height: 12,
|
||||
tooltip: 'Input - The last input in the layout is always the default.',
|
||||
}, {
|
||||
type: 'component',
|
||||
componentName: 'input',
|
||||
id: 'inputComponent',
|
||||
height: 12,
|
||||
isClosable: false,
|
||||
tooltip: 'Input - The last input in the layout is always the default.',
|
||||
}]
|
||||
}]
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue