From 9279e684a507e9bf36f25d877610a37d245bfea3 Mon Sep 17 00:00:00 2001 From: zeffii Date: Wed, 12 Oct 2016 15:30:23 +0200 Subject: [PATCH] add separator --- ui/sv_IO_panel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/sv_IO_panel.py b/ui/sv_IO_panel.py index 656ad964c..713e1201f 100644 --- a/ui/sv_IO_panel.py +++ b/ui/sv_IO_panel.py @@ -97,7 +97,7 @@ class SverchokIOLayoutsMenu(bpy.types.Panel): icon='RNA_ADD') exp4.gist_id = io_props.gist_id exp4.id_tree = ntree.name - + row4.separator() exp5 = row4.operator('node.tree_import_from_gist', text='', icon='URL') exp5.gist_id = 'clipboard' exp5.id_tree = ntree.name -- GitLab