From 96cb6c06685869cc76ba23155b63a91227a50629 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 5 Oct 2018 19:09:14 +0200 Subject: Update for new icon set. --- bone_selection_sets.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bone_selection_sets.py') diff --git a/bone_selection_sets.py b/bone_selection_sets.py index f69e9918..e91d5557 100644 --- a/bone_selection_sets.py +++ b/bone_selection_sets.py @@ -105,8 +105,8 @@ class POSE_PT_selection_sets(Panel): # add/remove/specials UI list Menu col = row.column(align=True) - col.operator("pose.selection_set_add", icon='ZOOMIN', text="") - col.operator("pose.selection_set_remove", icon='ZOOMOUT', text="") + col.operator("pose.selection_set_add", icon='ADD', text="") + col.operator("pose.selection_set_remove", icon='REMOVE', text="") col.menu("POSE_MT_selection_sets_specials", icon='DOWNARROW_HLT', text="") # move up/down arrows -- cgit v1.2.3