Update tooltip style and add to some editor buttons

This commit is contained in:
Nick O'Leary
2018-10-03 14:02:07 +01:00
parent b2f50da322
commit cdcf39fe82
15 changed files with 139 additions and 47 deletions

View File

@@ -157,7 +157,8 @@
toolbar: uiComponents.footer,
enableOnEdit: true,
pinned: true,
iconClass: "fa fa-bug"
iconClass: "fa fa-bug",
action: "core:show-debug-tab"
});
RED.actions.add("core:show-debug-tab",function() { RED.sidebar.show('debug'); });