Change debug message menu icon

This commit is contained in:
Nick O'Leary
2017-05-22 22:21:52 +01:00
parent 1e9ce550db
commit bd14acb68a
2 changed files with 7 additions and 2 deletions

View File

@@ -456,7 +456,7 @@ RED.debug = (function() {
$('<span class="debug-message-topic">function : (' + errorLvlType + ')</span>').appendTo(metaRow);
} else {
var tools = $('<span class="debug-message-tools button-group"></span>').appendTo(metaRow);
var filterMessage = $('<button class="editor-button editor-button-small"><i class="fa fa-ellipsis-h"></i></button>').appendTo(tools);
var filterMessage = $('<button class="editor-button editor-button-small"><i class="fa fa-caret-down"></i></button>').appendTo(tools);
filterMessage.click(function(e) {
e.preventDefault();
e.stopPropagation();