mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Better align node status text to status dot
This commit is contained in:
parent
75393c0b28
commit
06cc08d9f7
@ -2756,7 +2756,7 @@ RED.view = (function() {
|
||||
.attr("rx",2).attr("ry",2).attr("stroke-width","3");
|
||||
var statusLabel = status.append("svg:text")
|
||||
.attr("class","node_status_label")
|
||||
.attr("x",20).attr("y",9);
|
||||
.attr("x",20).attr("y",10);
|
||||
|
||||
//node.append("circle").attr({"class":"centerDot","cx":0,"cy":0,"r":5});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user