mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Tiny pixel tweaks to new ui
This commit is contained in:
committed by
Nick O'Leary
parent
7d83d76fb3
commit
f7e3b0a64f
@@ -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)
|
||||
|
Reference in New Issue
Block a user