1
0
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:
SavMartin 2019-08-07 00:11:08 +01:00 committed by GitHub
parent 48b480b43d
commit 3300075027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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