UI: remove toolbar header

This commit is contained in:
Campbell Barton 2018-04-24 16:04:07 +02:00
parent 9c5025d67d
commit a59bf99f1d
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ class VIEW3D_PT_tools_active(ToolSelectPanelHelper, Panel):
bl_space_type = 'VIEW_3D'
bl_region_type = 'TOOLS'
bl_category = "Tools"
bl_label = "Active Tool (Test)"
bl_options = {'DEFAULT_CLOSED'}
bl_label = "Tools" # not visible
bl_options = {'HIDE_HEADER'}
# Satisfy the 'ToolSelectPanelHelper' API.
keymap_prefix = "3D View Tool: "