Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Reynish <billreynish>2018-09-18 20:24:16 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-09-18 20:38:20 +0300
commit6a6bdacd829c77276734e6474cb0b8ba06166c59 (patch)
tree0eca66800f1aea25d99f66f14fab98353e64f19c /release
parentb49abbec5fff29978d04572b9ac341c8a50b84cf (diff)
UI: hide "Active Tool" panel header.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_topbar.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_topbar.py b/release/scripts/startup/bl_ui/space_topbar.py
index 563bd0afcca..9347e849627 100644
--- a/release/scripts/startup/bl_ui/space_topbar.py
+++ b/release/scripts/startup/bl_ui/space_topbar.py
@@ -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