1
0
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:
Nick O'Leary 2019-02-09 21:27:54 +00:00
parent 75393c0b28
commit 06cc08d9f7
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -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});