Add italic style to name for exec function...

been missing for ages... who knows why :-)
This commit is contained in:
Dave C-J 2014-06-17 20:07:29 +01:00
parent 6f6ecfc7a8
commit ed3be7f82e
1 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,9 @@
align: "right",
label: function() {
return this.name||this.command;
},
labelStyle: function() {
return this.name?"node_label_italic":"";
}
});
</script>