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:
-rw-r--r--development_icon_get.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/development_icon_get.py b/development_icon_get.py
index c8360e88..e32c58ef 100644
--- a/development_icon_get.py
+++ b/development_icon_get.py
@@ -407,7 +407,7 @@ class IV_OT_icons_show(bpy.types.Operator):
row.prop(
pr, "copy_on_select", text="",
- icon='BORDER_RECT', toggle=True)
+ icon='COPYDOWN', toggle=True)
if pr.copy_on_select:
sub = row.row(align=True)
if bpy.context.window.screen.name == "temp":