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:
Diffstat (limited to 'uv_magic_uv/muv_texproj_ops.py')
-rw-r--r--uv_magic_uv/muv_texproj_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uv_magic_uv/muv_texproj_ops.py b/uv_magic_uv/muv_texproj_ops.py
index 3493b13a..08b1d919 100644
--- a/uv_magic_uv/muv_texproj_ops.py
+++ b/uv_magic_uv/muv_texproj_ops.py
@@ -303,7 +303,7 @@ class OBJECT_PT_TP(bpy.types.Panel):
def draw_header(self, _):
layout = self.layout
- layout.label(text="", icon='PLUGIN')
+ layout.label(text="", icon='IMAGE_COL')
def draw(self, context):
sc = context.scene