1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Update split/join icons

This commit is contained in:
Nick O'Leary 2016-06-12 12:24:52 +01:00
parent 945fbbc065
commit 53e2f3e263
3 changed files with 1 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 492 B

After

Width:  |  Height:  |  Size: 226 B

BIN
editor/icons/split.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 B

View File

@ -58,8 +58,7 @@
},
inputs:1,
outputs:1,
icon: "switch.png",
align: "right",
icon: "split.png",
label: function() {
return this.name||"split";
},