reverting the new button in node editor.. will need to create a new

operator to get the correct behavior for center backdrop
This commit is contained in:
Daniel Salazar 2011-02-01 01:32:12 +00:00
parent 7b3a49af8c
commit 339d3bf05f

@ -188,7 +188,6 @@ class NODE_PT_properties(bpy.types.Panel):
col = layout.column(align=True)
col.label(text="Offset:")
col.operator("node.view_all", text="Center")
col.prop(snode, "backdrop_x", text="X")
col.prop(snode, "backdrop_y", text="Y")
col.operator("node.backimage_move", text="Move")