mirror of
https://github.com/drewcassidy/TexTools-Blender
synced 2024-09-01 14:54:44 +00:00
HIDE_HEADER off in panel
This commit is contained in:
parent
48b480b43d
commit
3300075027
@ -583,7 +583,7 @@ class UI_PT_Panel_Units(bpy.types.Panel):
|
|||||||
bl_space_type = 'IMAGE_EDITOR'
|
bl_space_type = 'IMAGE_EDITOR'
|
||||||
bl_region_type = 'UI'
|
bl_region_type = 'UI'
|
||||||
bl_category = "TexTools"
|
bl_category = "TexTools"
|
||||||
bl_options = {'HIDE_HEADER'}
|
#bl_options = {'HIDE_HEADER'}
|
||||||
|
|
||||||
def draw_header(self, _):
|
def draw_header(self, _):
|
||||||
layout = self.layout
|
layout = self.layout
|
||||||
|
Loading…
Reference in New Issue
Block a user