From 330007502757cf465af558a911f22d64cab752fc Mon Sep 17 00:00:00 2001 From: SavMartin Date: Wed, 7 Aug 2019 00:11:08 +0100 Subject: [PATCH] HIDE_HEADER off in panel --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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