Skip to content

Commit

Permalink
HIDE_HEADER off for allow pin textools
Browse files Browse the repository at this point in the history
  • Loading branch information
SavMartin authored Aug 6, 2019
1 parent 3300075 commit 4bae63c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,9 @@ class UI_PT_Panel_Units(bpy.types.Panel):

def draw_header(self, _):
layout = self.layout
layout.label(text="Size: {} x {}".format(bpy.context.scene.texToolsSettings.size[0], bpy.context.scene.texToolsSettings.size[1]))
row = layout.row(align=True)
row.label(text ="TexTools")
#layout.label(text="Size: {} x {}".format(bpy.context.scene.texToolsSettings.size[0], bpy.context.scene.texToolsSettings.size[1]))

def draw(self, context):
layout = self.layout
Expand Down

0 comments on commit 4bae63c

Please sign in to comment.