Tiny pixel tweaks to new ui

This commit is contained in:
Dave Conway-Jones
2015-07-14 18:55:53 +01:00
committed by Nick O'Leary
parent 7d83d76fb3
commit f7e3b0a64f
4 changed files with 7 additions and 9 deletions

View File

@@ -1231,7 +1231,7 @@ RED.view = (function() {
.attr("fill","#eee");//function(d) { return d._def.color;})
nodeButtonGroup.append('rect')
.attr("class","node_button_button")
.attr("x",function(d) { return d._def.align == "right"? 10:5})
.attr("x",function(d) { return d._def.align == "right"? 11:5})
.attr("y",4)
.attr("rx",4)
.attr("ry",4)