mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Better align node status text to status dot
This commit is contained in:
		@@ -2756,7 +2756,7 @@ RED.view = (function() {
 | 
				
			|||||||
                                        .attr("rx",2).attr("ry",2).attr("stroke-width","3");
 | 
					                                        .attr("rx",2).attr("ry",2).attr("stroke-width","3");
 | 
				
			||||||
                    var statusLabel = status.append("svg:text")
 | 
					                    var statusLabel = status.append("svg:text")
 | 
				
			||||||
                        .attr("class","node_status_label")
 | 
					                        .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});
 | 
					                    //node.append("circle").attr({"class":"centerDot","cx":0,"cy":0,"r":5});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user