diff --git a/__init__.py b/__init__.py index 7b3202a..fe9ed41 100644 --- a/__init__.py +++ b/__init__.py @@ -2692,7 +2692,7 @@ def draw(self, context): box_asts_t.label(text="use the proxy fitting tool", icon='BLANK1') # Add Particle Hair box_asts = self.layout.box() - box_asts.label(text="Hair", icon='HAIR') + box_asts.label(text="Hair") box_asts.prop(scn, 'mblab_hair_color') box_asts_a = box_asts.column(align=True) box_asts_a.operator("mbast.particle_hair", icon='USER') @@ -6835,4 +6835,4 @@ def unregister(): if __name__ == "__main__": register() -# \ No newline at end of file +#