Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-05 20:09:14 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-09 19:56:54 +0300
commit96cb6c06685869cc76ba23155b63a91227a50629 (patch)
tree1c931bf9495086725182bad2434e20e632642b94 /node_wrangler.py
parent9a578cb56610e7f7ec8c9349b77c9cd970b17c8d (diff)
Update for new icon set.
Diffstat (limited to 'node_wrangler.py')
-rw-r--r--node_wrangler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_wrangler.py b/node_wrangler.py
index 7d321f48..4fa96980 100644
--- a/node_wrangler.py
+++ b/node_wrangler.py
@@ -3752,7 +3752,7 @@ def drawlayout(context, layout, mode='non-panel'):
col.separator()
col = layout.column(align=True)
- col.operator(NWAlignNodes.bl_idname, icon='ALIGN')
+ col.operator(NWAlignNodes.bl_idname, icon='CENTER_ONLY')
col.separator()
col = layout.column(align=True)