Node Wrangler: Improved accuracy on Align Nodes operator #104551
@ -118,11 +118,11 @@ class NWNodeWrangler(bpy.types.AddonPreferences):
|
|||||||
|
|
||||||
def draw(self, context):
|
def draw(self, context):
|
||||||
layout = self.layout
|
layout = self.layout
|
||||||
split = layout.split(factor=0.40)
|
col = layout.column(heading="Margin (Align Nodes):")
|
||||||
col = split.column(heading="Margin (Align Nodes):")
|
|
||||||
col.prop(self, "align_nodes_margin", text="")
|
col.prop(self, "align_nodes_margin", text="")
|
||||||
|
col.separator()
|
||||||
|
|
||||||
col = split.column(heading="Merge Node Options:")
|
col.label(text="Merge Node Options:")
|
||||||
col.prop(self, "merge_position")
|
col.prop(self, "merge_position")
|
||||||
col.prop(self, "merge_hide")
|
col.prop(self, "merge_hide")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user