[Bf-blender-cvs] [a59bf99f1db] blender2.8: UI: remove toolbar header

Campbell Barton noreply at git.blender.org
Tue Apr 24 16:14:24 CEST 2018


Commit: a59bf99f1db6f7a34bc2fcd6a5d6794807642087
Author: Campbell Barton
Date:   Tue Apr 24 16:04:07 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBa59bf99f1db6f7a34bc2fcd6a5d6794807642087

UI: remove toolbar header

===================================================================

M	release/scripts/startup/bl_ui/space_toolsystem_toolbar.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py b/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
index 9bcf0c79cd9..fa9a9b8ab6f 100644
--- a/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
@@ -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: "



More information about the Bf-blender-cvs mailing list