diff --git a/__init__.py b/__init__.py index d1d6f4b..bdf6fee 100644 --- a/__init__.py +++ b/__init__.py @@ -583,7 +583,7 @@ class UI_PT_Panel_Units(bpy.types.Panel): bl_space_type = 'IMAGE_EDITOR' bl_region_type = 'UI' bl_category = "TexTools" - bl_options = {'HIDE_HEADER'} + #bl_options = {'HIDE_HEADER'} def draw_header(self, _): layout = self.layout