From e12e17c83a3cb7af1f5ca46f610fa8ca682cb41d Mon Sep 17 00:00:00 2001 From: Brenden Tuck Date: Thu, 21 Mar 2019 10:23:59 -0400 Subject: [PATCH] Add more detailed tooltips --- .../web/webclient/static/webclient/js/plugins/goldenlayout.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/evennia/web/webclient/static/webclient/js/plugins/goldenlayout.js b/evennia/web/webclient/static/webclient/js/plugins/goldenlayout.js index 0df9f42539..06388d6185 100644 --- a/evennia/web/webclient/static/webclient/js/plugins/goldenlayout.js +++ b/evennia/web/webclient/static/webclient/js/plugins/goldenlayout.js @@ -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.', }] }] };