Add more detailed tooltips

This commit is contained in:
Brenden Tuck 2019-03-21 10:23:59 -04:00
parent 49296cb0dd
commit e12e17c83a

View file

@ -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.',
}]
}]
};