UI: hide "Active Tool" panel header.

This commit is contained in:
William Reynish 2018-09-18 19:24:16 +02:00 committed by Brecht Van Lommel
parent b49abbec5f
commit 6a6bdacd82
1 changed files with 1 additions and 0 deletions

View File

@ -722,6 +722,7 @@ class TOPBAR_PT_active_tool(Panel):
bl_category = ""
bl_context = ".active_tool" # dot on purpose (access from tool settings)
bl_label = "Active Tool"
bl_options = {'HIDE_HEADER'}
def draw(self, context):
layout = self.layout