HIDE_HEADER off in panel

pull/1/head
SavMartin 5 years ago committed by GitHub
parent 48b480b43d
commit 3300075027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save